diff --git a/config/index.js b/config/index.js index d37e229..06dc314 100644 --- a/config/index.js +++ b/config/index.js @@ -13,7 +13,7 @@ module.exports = { // 代理列表, 是否开启代理通过[./dev.env.js]配置 proxyTable: devEnv.OPEN_PROXY === false ? {} : { '/proxyApi': { - target: 'http://127.0.0.1:8887', + target: 'http://127.0.0.1:8902', changeOrigin: true, pathRewrite: { // 把 /proxyApi 替换成 / @@ -24,7 +24,7 @@ module.exports = { // Various Dev Server settings host: 'localhost', // can be overwritten by process.env.HOST - port: 8888, // can be overwritten by process.env.PORT, if port is in use, a free one will be determined + port: 8901, // can be overwritten by process.env.PORT, if port is in use, a free one will be determined autoOpenBrowser: true, errorOverlay: true, notifyOnErrors: true, diff --git a/src/views/modules/board/AbnormalBoard.vue b/src/views/modules/board/AbnormalBoard.vue index 26d0e53..8931f76 100644 --- a/src/views/modules/board/AbnormalBoard.vue +++ b/src/views/modules/board/AbnormalBoard.vue @@ -1,6 +1,6 @@