diff --git a/vue/src/router/index.js b/vue/src/router/index.js index 193627af..237ef916 100644 --- a/vue/src/router/index.js +++ b/vue/src/router/index.js @@ -64,8 +64,8 @@ export const constantRoutes = [ }, { path: '/login', - // component: () => import('@/views/login/index'), - component: () => import('@/views/pg-fis/basedate/customerPartCfg'), + component: () => import('@/views/login/index'), + //component: () => import('@/views/pg-fis/basedate/customerPartCfg'), //component: () => import('@/views/pg-fis/basedate/partSwitch'), //?? one //component: () => import('@/views/pg-fis/basedate/assemblyCfg'), //?? one //component: () => import('@/views/pg-fis/basedate/unknownAssembly'), //?? one diff --git a/vue/static/config.js b/vue/static/config.js index ded7695f..9908aa24 100644 --- a/vue/static/config.js +++ b/vue/static/config.js @@ -36,16 +36,16 @@ if (process.env.NODE_ENV === 'development') { configJSON = { base: { - //ip: 'http://192.168.7.21', - ip: "http://222.169.228.163", + ip: 'http://192.168.7.21', + //ip: "http://222.169.228.163", - // auth_port: '8066', - // public_port: '8092', - // backend_port: '8092', + auth_port: '8066', + public_port: '8092', + backend_port: '8092', - auth_port: "7696", - public_port: "7692", - backend_port: "7692", + // auth_port: "7696", + // public_port: "7692", + // backend_port: "7692", }, basic: {},