natasha 3 年之前
父節點
當前提交
8e9038425a
共有 1 個文件被更改,包括 16 次插入0 次删除
  1. 16 0
      src/router/index.js

+ 16 - 0
src/router/index.js

@@ -206,6 +206,22 @@ export function handleSysType(sys_type, path_type) {
                 path = '/curGoodsDetail?' + cs
             }
             break;
+        case 'NPC':
+            if (path_type == 'home') {
+                path = '/GCLS-Book-Component-NPC/#/EnterSys';
+            } else if (path_type == 'goods') {
+
+                path = '/curGoodsDetail?' + cs
+            }
+            break;
+        case 'NNPE':
+            if (path_type == 'home') {
+                path = '/GCLS-Book-Component-NNPE/#/EnterSys';
+            } else if (path_type == 'goods') {
+
+                path = '/curGoodsDetail?' + cs
+            }
+            break;
         case 'AILP':
             console.log('课后三点半')
             if (path_type == 'home') {