|
@@ -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') {
|