From d36552df688c92d04b319c7d8197502335b3e009 Mon Sep 17 00:00:00 2001
From: zenglf <18502938215@163.com>
Date: 星期二, 10 十月 2023 01:02:53 +0800
Subject: [PATCH] 修改 test 配置文件的IP地址

---
 src/config/router.config.js |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/src/config/router.config.js b/src/config/router.config.js
index c8ef6eb..e41fc6e 100644
--- a/src/config/router.config.js
+++ b/src/config/router.config.js
@@ -360,7 +360,6 @@
       },
     ]
   },
-
   {
     path: '/test',
     component: BlankLayout,
@@ -374,6 +373,10 @@
     ]
   },
   {
+    path:'/testWorkshop',
+    component:()=>import('@/views/TestWorkshop.vue')
+  },
+  {
     path: '/404',
     component: () => import(/* webpackChunkName: "fail" */ '@/views/exception/404')
   },

--
Gitblit v1.9.3