From 5f85a0809bfb24a626519202cc895e2cddc3d43f Mon Sep 17 00:00:00 2001 From: lyf Date: Wed, 14 Sep 2022 09:18:23 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E9=85=8D=E7=BD=AE=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=EF=BC=8C=E6=9C=AC=E5=9C=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vue/src/router/index.js | 8 ++++---- vue/static/config.js | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/vue/src/router/index.js b/vue/src/router/index.js index 61861125..7548c9b6 100644 --- a/vue/src/router/index.js +++ b/vue/src/router/index.js @@ -64,10 +64,10 @@ export const constantRoutes = [ }, { path: '/login', - component: () => import('@/views/login/index'), - //component: () => import('@/views/pg-fis/basedate/partSwitch'), //?? one - //component: () => import('@/views/pg-fis/basedate/assemblyCfg'), //?? one - //component: () => import('@/views/pg-fis/basedate/m100Online/normalPritIndex.vue'), + //component: () => import('@/views/login/index'), + //component: () => import('@/views/pg-fis/basedate/partSwitch'), //?? one + //component: () => import('@/views/pg-fis/basedate/assemblyCfg'), //?? one + component: () => import('@/views/pg-fis/basedate/m100Online/normalPritIndex.vue'), hidden: true }, { diff --git a/vue/static/config.js b/vue/static/config.js index 1c3606f6..201c5495 100644 --- a/vue/static/config.js +++ b/vue/static/config.js @@ -2,12 +2,12 @@ let configJSON if (process.env.NODE_ENV === 'development') { configJSON = { base: { - ip: 'http://192.168.0.140', - //ip: 'http://127.0.0.1', //?? two + //ip: 'http://192.168.0.140', + ip: 'http://127.0.0.1', //?? two auth_port: '8066', public_port: '8092', - backend_port: '8092', - //backend_port: '44344', //?? three + //backend_port: '8092', + backend_port: '44344', //?? three }, basic: {}, upload: {