|
@@ -134,7 +134,7 @@ export const constantRoutes = [{
|
|
|
if (configObj.sys_type == 'GCLS') {
|
|
if (configObj.sys_type == 'GCLS') {
|
|
|
next(path)
|
|
next(path)
|
|
|
} else {
|
|
} else {
|
|
|
- if (configObj.sys_type == 'NPC' || configObj.sys_type == 'NNPE' || configObj.sys_type == 'RLC') {
|
|
|
|
|
|
|
+ if (configObj.sys_type == 'NPC' || configObj.sys_type == 'NNPE' || configObj.sys_type == 'RLC'||configObj.sys_type == 'EEP') {
|
|
|
if (path.indexOf('/curGoodsDetail') > -1) {
|
|
if (path.indexOf('/curGoodsDetail') > -1) {
|
|
|
next(path)
|
|
next(path)
|
|
|
} else {
|
|
} else {
|
|
@@ -231,7 +231,6 @@ export function handleSysType(sys_type, path_type) {
|
|
|
const cs = csArr[1]
|
|
const cs = csArr[1]
|
|
|
switch (sys_type) {
|
|
switch (sys_type) {
|
|
|
case 'GCLS':
|
|
case 'GCLS':
|
|
|
- console.log('全球汉语教学平台')
|
|
|
|
|
if (path_type == 'home') {
|
|
if (path_type == 'home') {
|
|
|
path = '/'
|
|
path = '/'
|
|
|
} else if (path_type == 'goods') {
|
|
} else if (path_type == 'goods') {
|