From a665c0b6e8dac739586c3397c1f3a524275fa090 Mon Sep 17 00:00:00 2001 From: liuyunfeng Date: Wed, 17 Jan 2024 09:27:34 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vue/src/router/index.js | 4 ++-- vue/static/config.js | 16 ++++++++-------- 2 files changed, 10 insertions(+), 10 deletions(-) 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: {},