dai-vue-module-m

自动化上传

2022/4/13 18:35:04

更改列表

routes.js 2(+1 -1)

详细信息

routes.js 2(+1 -1)

diff --git a/routes.js b/routes.js
index aaaaf9e..a5edda7 100644
--- a/routes.js
+++ b/routes.js
@@ -1,6 +1,6 @@
 const routes = [
     {
-        path: '/test',
+        path: '/name-test',
         component: { template: '<router-view class="module-test"></router-view>' },
         children: [
             { path: 'index', component: () => import('./page/index.vue'), meta: { pageName: '模块模板' } }