@ -148,7 +148,7 @@ export default {
goBuy(item) {
this.visible = false;
if(process.env.CONTEXT=='sys'){
if(process.env.CONTEXT==this.$mdp.getSysContext()){
//前往购买页面
this.$router.push({path:'/my/order/index',query:{moduleId:item.id}})
}else{
@ -18,7 +18,7 @@ export const modulesOfRouter = [
{
id: 'mdp-sys',
path: '/mdp/sys/branch/set',
context: 'sys'
context: this.$mdp.getSysContext()
},
id: 'oa-asset',
@ -110,7 +110,7 @@ var categorys=
/**
moduleName:"组织",
topModuleId:'sys',
topModuleId:this.$mdp.getSysContext(),
moduleId:'oa-org',
sysLink:"/mdp/sys/dept/DeptMng",
icon: require("@/assets/image/platform/module-organization.png"),
@ -42,7 +42,7 @@ var topModules=
moduleName:"通讯录",
link:"/mdp/sys/user/deptUserMng",
icon: require("../../assets/image/platform/module-addressBook.png"),
isHighlight:false,
@ -199,7 +199,7 @@ export default {
})
handleCommand(command){
if(command=='updateUserInfo'){
this.$router.push({path:'/my/work/updateUserInfo'})
}