@@ -129,7 +129,9 @@ export default { | |||||
this.$store.commit('appType', params.appType) | this.$store.commit('appType', params.appType) | ||||
} | } | ||||
// 缓存从随手精灵传过来的标识 | // 缓存从随手精灵传过来的标识 | ||||
this.$store.commit('fromSsjl', params.fromSsjl) | |||||
if(params.fromSsjl){ | |||||
this.$store.commit('fromSsjl', params.fromSsjl) | |||||
} | |||||
// 是否显示 返回标签 | // 是否显示 返回标签 | ||||
if (params.showLeftArrow) { | if (params.showLeftArrow) { | ||||
this.showLeftArrow = true | this.showLeftArrow = true | ||||