AI 1 mese fa
parent
commit
c923c268da
1 ha cambiato i file con 16 aggiunte e 0 eliminazioni
  1. 16 0
      src/router/modules/dangyunlong.js

+ 16 - 0
src/router/modules/dangyunlong.js

@@ -329,6 +329,22 @@ const dangyunlongRouter= [
     ]
   },
 
+  {
+    path: '/addGood',
+    component: Layout,
+    children: [
+      {
+        name: '',
+        path: '',
+        component: () => import('@/views/news/addGood'),
+        meta: {
+          title: '添加商品',
+          hidden: true,
+          breadcrumb: true
+        }
+      }
+    ]
+  },
   {
     path: '/templateCreat',
     component: creatWebsite,