提交 28802f65 编写于 作者: ibizdev's avatar ibizdev

kuaikuai 发布系统代码 [后台服务,演示应用]

上级 078bb4e5
...@@ -180,7 +180,7 @@ export default class IBIZOrderSEditView2Base extends Vue { ...@@ -180,7 +180,7 @@ export default class IBIZOrderSEditView2Base extends Vue {
* @memberof IBIZOrderSEditView2Base * @memberof IBIZOrderSEditView2Base
*/ */
public customViewNavContexts:any ={ public customViewNavContexts:any ={
"IBIZORDER":{"isRawValue":true,"value":"c15db639bb5db51c5c60a4d6c2260837"} "IBIZORDER":{"isRawValue":true,"value":"aa2b0066cad3e60bffd4278111bdd127"}
}; };
/** /**
......
...@@ -571,7 +571,7 @@ export default class IndexBase extends Vue { ...@@ -571,7 +571,7 @@ export default class IndexBase extends Vue {
* @memberof IndexBase * @memberof IndexBase
*/ */
@Provide() @Provide()
public navModel:string = "tab"; public navModel:string = "route";
/** /**
* 抽屉状态 * 抽屉状态
...@@ -589,15 +589,6 @@ export default class IndexBase extends Vue { ...@@ -589,15 +589,6 @@ export default class IndexBase extends Vue {
*/ */
public isEnableAppSwitch: boolean = false; public isEnableAppSwitch: boolean = false;
/**
* 初始化之前
*
* @memberof IndexBase
*/
public beforeCreate(){
let navDataService = NavDataService.getInstance(this.$store)
navDataService.removeAllNavData();
}
/** /**
* 当前主题 * 当前主题
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册