natasha 3 years ago
parent
commit
8e9038425a
1 changed files with 16 additions and 0 deletions
  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') {