chore: 📌 优化运营管理系统后台系统配置页
This commit is contained in:
@@ -87,31 +87,6 @@
|
|||||||
<el-input v-model="configForm.server_port" placeholder="请输入服务器端口" style="width: 100%" />
|
<el-input v-model="configForm.server_port" placeholder="请输入服务器端口" style="width: 100%" />
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
|
|
||||||
<!-- 游戏服务API配置 -->
|
|
||||||
<el-divider content-position="left">游戏服务API配置</el-divider>
|
|
||||||
<el-form-item>
|
|
||||||
<template #label>
|
|
||||||
<span class="label-with-tooltip">
|
|
||||||
游戏服务API地址
|
|
||||||
<el-tooltip content="请填写游戏服务端的API接口地址" placement="top">
|
|
||||||
<RiInformationFill class="info-icon" />
|
|
||||||
</el-tooltip>
|
|
||||||
</span>
|
|
||||||
</template>
|
|
||||||
<el-input v-model="configForm.game_api_url" placeholder="请输入游戏服务API接口地址" style="width: 100%" />
|
|
||||||
</el-form-item>
|
|
||||||
<el-form-item>
|
|
||||||
<template #label>
|
|
||||||
<span class="label-with-tooltip">
|
|
||||||
游戏服务端PSK
|
|
||||||
<el-tooltip content="游戏服务端的PSK密钥,用于API调用的身份验证" placement="top">
|
|
||||||
<RiInformationFill class="info-icon" />
|
|
||||||
</el-tooltip>
|
|
||||||
</span>
|
|
||||||
</template>
|
|
||||||
<el-input v-model="configForm.game_psk" placeholder="请输入游戏服务端PSK密钥" type="password" show-password style="width: 100%" />
|
|
||||||
</el-form-item>
|
|
||||||
|
|
||||||
<!-- JWT配置 -->
|
<!-- JWT配置 -->
|
||||||
<el-divider content-position="left">JWT配置</el-divider>
|
<el-divider content-position="left">JWT配置</el-divider>
|
||||||
<el-form-item>
|
<el-form-item>
|
||||||
@@ -161,6 +136,36 @@
|
|||||||
</el-form>
|
</el-form>
|
||||||
</el-tab-pane>
|
</el-tab-pane>
|
||||||
|
|
||||||
|
<!-- 游戏服务 -->
|
||||||
|
<el-tab-pane label="游戏服务" name="gameService">
|
||||||
|
<el-form :model="configForm" label-width="180px">
|
||||||
|
<!-- 游戏服务API配置 -->
|
||||||
|
<el-divider content-position="left">游戏服务API配置</el-divider>
|
||||||
|
<el-form-item>
|
||||||
|
<template #label>
|
||||||
|
<span class="label-with-tooltip">
|
||||||
|
游戏服务API地址
|
||||||
|
<el-tooltip content="请填写游戏服务端的API接口地址" placement="top">
|
||||||
|
<RiInformationFill class="info-icon" />
|
||||||
|
</el-tooltip>
|
||||||
|
</span>
|
||||||
|
</template>
|
||||||
|
<el-input v-model="configForm.game_api_url" placeholder="请输入游戏服务API接口地址" style="width: 100%" />
|
||||||
|
</el-form-item>
|
||||||
|
<el-form-item>
|
||||||
|
<template #label>
|
||||||
|
<span class="label-with-tooltip">
|
||||||
|
游戏服务端PSK
|
||||||
|
<el-tooltip content="游戏服务端的PSK密钥,用于API调用的身份验证" placement="top">
|
||||||
|
<RiInformationFill class="info-icon" />
|
||||||
|
</el-tooltip>
|
||||||
|
</span>
|
||||||
|
</template>
|
||||||
|
<el-input v-model="configForm.game_psk" placeholder="请输入游戏服务端PSK密钥" type="password" show-password style="width: 100%" />
|
||||||
|
</el-form-item>
|
||||||
|
</el-form>
|
||||||
|
</el-tab-pane>
|
||||||
|
|
||||||
<!-- 服务设置 -->
|
<!-- 服务设置 -->
|
||||||
<el-tab-pane label="服务设置" name="service">
|
<el-tab-pane label="服务设置" name="service">
|
||||||
<el-form :model="configForm" label-width="180px">
|
<el-form :model="configForm" label-width="180px">
|
||||||
|
|||||||
Reference in New Issue
Block a user