治理修改
This commit is contained in:
@@ -130,3 +130,6 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.el-select{
|
||||||
|
min-width: 220px;
|
||||||
|
}
|
||||||
@@ -36,7 +36,7 @@
|
|||||||
></el-option>
|
></el-option>
|
||||||
</el-select>
|
</el-select>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
<el-form-item label="过滤筛选:">
|
<el-form-item label="过滤筛选">
|
||||||
<el-input
|
<el-input
|
||||||
v-model="tableStore.table.params.searchValue"
|
v-model="tableStore.table.params.searchValue"
|
||||||
placeholder="数据名称、别名、名称"
|
placeholder="数据名称、别名、名称"
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ export default defineConfig({
|
|||||||
proxy: {
|
proxy: {
|
||||||
'/api': {
|
'/api': {
|
||||||
// target: 'http://192.168.1.81:10215', //数据中心
|
// target: 'http://192.168.1.81:10215', //数据中心
|
||||||
target: 'http://192.168.1.22:10215', //治理
|
target: 'https://pqmcn.com:8092/api', //治理
|
||||||
changeOrigin: true,
|
changeOrigin: true,
|
||||||
rewrite: path => path.replace(/^\/api/, '') //路径重写,把'/api'替换为''
|
rewrite: path => path.replace(/^\/api/, '') //路径重写,把'/api'替换为''
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user