mirror of
https://gitee.com/bootx/dax-pay-ui.git
synced 2025-10-13 13:44:38 +00:00
fix: 系统参数编辑和查询问题
This commit is contained in:
12
.env.build
12
.env.build
@@ -2,18 +2,18 @@
|
||||
VITE_GLOB_APP_TITLE=DaxPay服务端
|
||||
|
||||
# 独立部署模式
|
||||
VITE_PUBLIC_PATH=/
|
||||
# API 接口前缀
|
||||
VITE_GLOB_API_URL_PREFIX=/server
|
||||
#VITE_PUBLIC_PATH=/
|
||||
## API 接口前缀
|
||||
#VITE_GLOB_API_URL_PREFIX=/server
|
||||
|
||||
# 嵌入式模式 与后端部署在一起
|
||||
#VITE_PUBLIC_PATH=/web
|
||||
VITE_PUBLIC_PATH=/web
|
||||
# API 接口前缀
|
||||
#VITE_GLOB_API_URL_PREFIX=
|
||||
VITE_GLOB_API_URL_PREFIX=
|
||||
|
||||
|
||||
# 是否启用gzip压缩或brotli压缩, 可选: gzip | brotli | none, 如果你需要多种形式,你可以用','来分隔
|
||||
VITE_BUILD_COMPRESS='gzip'
|
||||
VITE_BUILD_COMPRESS='none'
|
||||
|
||||
# 接口地址
|
||||
VITE_GLOB_API_URL=
|
||||
|
@@ -27,7 +27,7 @@
|
||||
placeholder="请输入参数名称"
|
||||
/>
|
||||
</a-form-item>
|
||||
<a-form-item label="参数Key" name="key">
|
||||
<a-form-item label="参数Key" name="paramKey">
|
||||
<a-input
|
||||
v-model:value="form.paramKey"
|
||||
:disabled="showable || form.internal"
|
||||
|
@@ -109,7 +109,7 @@
|
||||
// 查询条件
|
||||
const fields = [
|
||||
{ field: 'name', type: STRING, name: '参数名称', placeholder: '请输入参数名称' },
|
||||
{ field: 'key', type: STRING, name: '参数Key', placeholder: '请输入参数Key' },
|
||||
{ field: 'paramKey', type: STRING, name: '参数Key', placeholder: '请输入参数Key' },
|
||||
] as QueryField[]
|
||||
|
||||
const xTable = ref<VxeTableInstance>()
|
||||
|
Reference in New Issue
Block a user