diff --git a/babel.config.js b/babel.config.js index d33f9ea..3c6620c 100644 --- a/babel.config.js +++ b/babel.config.js @@ -1,13 +1,14 @@ -module.exports = { - presets: [ - // https://github.com/vuejs/vue-cli/tree/master/packages/@vue/babel-preset-app - '@vue/cli-plugin-babel/preset' - ], - 'env': { - 'development': { - // babel-plugin-dynamic-import-node plugin only does one thing by converting all import() to require(). - // This plugin can significantly increase the speed of hot updates, when you have a large number of pages. - 'plugins': ['dynamic-import-node'] - } - } -} \ No newline at end of file +module.exports = { + presets: [ + // https://github.com/vuejs/vue-cli/tree/master/packages/@vue/babel-preset-app + '@vue/cli-plugin-babel/preset' + ], + 'env': { + 'development': { + // babel-plugin-dynamic-import-node plugin only does one thing by converting all import() to require(). + // This plugin can significantly increase the speed of hot updates, when you have a large number of pages. + 'plugins': ['dynamic-import-node'] + } + }, + "compact": false +} diff --git a/src/views/applicationList/configData.js b/src/views/applicationList/configData.js index 821abef..d689494 100644 --- a/src/views/applicationList/configData.js +++ b/src/views/applicationList/configData.js @@ -96,6 +96,10 @@ const addForm = [ id: "3", label: "用友BIP", }, + { + id: "4", + label: "宁波银行", + }, ], fontSize: 16, }, diff --git a/vue.config.js b/vue.config.js index f9ff94d..83877a8 100644 --- a/vue.config.js +++ b/vue.config.js @@ -40,9 +40,11 @@ module.exports = { // detail: https://cli.vuejs.org/config/#devserver-proxy [process.env.VUE_APP_BASE_API]: { // target: `http://hzya.ufyct.com:9067/`, - target: `http://ufidahz.com.cn:9067/`, + // target: `http://ufidahz.com.cn:9067/`, // target: `http://127.0.0.1:9081/`, // target: `http://192.168.2.78:9999`, + target: `http://192.168.2.85:9999`, + // target: `http://192.168.2.78:8080`, // target: `http://192.168.2.83:9999`, changeOrigin: true, pathRewrite: {