diff --git a/.env.production b/.env.production index 6961482..1a3f9e4 100644 --- a/.env.production +++ b/.env.production @@ -5,4 +5,4 @@ VUE_APP_TITLE = EMS管理系统 ENV = 'production' # EMS管理系统/生产环境 -VUE_APP_BASE_API = '/prod-api' +VUE_APP_BASE_API = '/dev-api' diff --git a/src/views/index.vue b/src/views/index.vue index 59ba8c2..d2d2ec6 100644 --- a/src/views/index.vue +++ b/src/views/index.vue @@ -1,1136 +1,98 @@ - - diff --git a/src/views/index_v1.vue b/src/views/index_v1.vue deleted file mode 100644 index d2d2ec6..0000000 --- a/src/views/index_v1.vue +++ /dev/null @@ -1,98 +0,0 @@ - - - - - diff --git a/vue.config.js b/vue.config.js index ba8bde3..9cfe62f 100644 --- a/vue.config.js +++ b/vue.config.js @@ -9,7 +9,7 @@ const CompressionPlugin = require('compression-webpack-plugin') const name = process.env.VUE_APP_TITLE || 'EMS管理系统' // 网页标题 -const baseUrl = 'http://124.222.210.125:8090' // 后端接口 +const baseUrl = 'http://110.40.171.179:8089' // 后端接口 const port = process.env.port || process.env.npm_config_port || 80 // 端口