Commit 8559b555 by linjinhong

Merge remote-tracking branch 'origin/master' into ljh-sass

parents 9bbdb4f8 76a03f0c
......@@ -119,7 +119,7 @@
:disabled="editForm.database.includes('all')"
v-for="it in dataBase"
:key="it"
:label="`${it.databaseName}(${it.dataHost})`"
:label="`${it.databaseName}`"
:value="it.id"></el-option>
</el-select>
</el-form-item>
......
const { defineConfig } = require('@vue/cli-service')
module.exports = defineConfig({
transpileDependencies: true,
devServer: {
port: 8082,
host: '',
proxy: {
'/api': {
target: 'http://10.168.31.222:8096',
changeOrigin: true
// pathRewrite: {
// '^/api': '',
// },
}
}
}
// devServer: {
// port: 8082,
// host: '',
// }
})
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment