LeiGuoXian 3 лет назад
Родитель
Сommit
13e31264ec
3 измененных файлов с 6 добавлено и 0 удалено
  1. 3 0
      .gitmodules
  2. 1 0
      client-wms-v3
  3. 2 0
      src/main.js

+ 3 - 0
.gitmodules

@@ -16,3 +16,6 @@
 [submodule "client-workflow-v3"]
 	path = client-workflow-v3
 	url = http://prodog.leanwo.com:3000/client-2022/client-workflow-v3.git
+[submodule "client-wms-v3"]
+	path = client-wms-v3
+	url = http://prodog.leanwo.com:3000/client-2022/client-wms-v3.git

+ 1 - 0
client-wms-v3

@@ -0,0 +1 @@
+Subproject commit ab18dcb91c43d3a33d52a879628aacd0b2c53086

+ 2 - 0
src/main.js

@@ -84,12 +84,14 @@ import routes2 from '../client-role-v3/src/router/routes.js';
 import routes3 from '../client-dictionary-v3/src/router/index.js';
 import routes4 from '../client-dic-v3/src/router/routes.js';
 import routes5 from '../client-workflow-v3/src/router/index.js';
+import routes6 from '../client-wms-v3/src/router/index.js';
 
 let routes = merge.mergeArray(routes0, routes1);
 routes = merge.mergeArray(routes, routes2);
 routes = merge.mergeArray(routes, routes3);
 routes = merge.mergeArray(routes, routes4);
 routes = merge.mergeArray(routes, routes5);
+routes = merge.mergeArray(routes, routes6);
 
 const router = createRouter({
   history: createWebHashHistory(),