diff --git a/config/index.js b/config/index.js index 72e858a..d30fcf7 100644 --- a/config/index.js +++ b/config/index.js @@ -13,14 +13,14 @@ module.exports = { assetsPublicPath: '/', proxyTable: { '/lz_management': { - target: 'http://localhost:8080', + target: 'http://192.168.43.94:8080', changeOrigin: true } }, // Various Dev Server settings - // host: '192.168.43.94', // can be overwritten by process.env.HOST - host: IP, // can be overwritten by process.env.HOST + host: '192.168.43.94', // can be overwritten by process.env.HOST + //host: IP, // can be overwritten by process.env.HOST port: 8001, // can be overwritten by process.env.PORT, if port is in use, a free one will be determined autoOpenBrowser: true, errorOverlay: true, diff --git a/src/App.vue b/src/App.vue index 6b43a48..05e0ab9 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,6 +1,9 @@ diff --git a/src/router/index.js b/src/router/index.js index 183ab5c..269fd58 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -32,6 +32,12 @@ const configRoutes = [ component: _import('modules/result/record/recorddetail'), name: 'recorddetail', meta: {title: '业绩详情', isDynamic: true, isTab: true} + }, + { + path: '/result-record-lzresultrecordapp', + component: _import('modules/result/record/lzresultrecordapp'), + name: 'recorddetail', + meta: {title: '业绩审批', isDynamic: true, isTab: true, keepAlive: false} } ]