对环境的处理

This commit is contained in:
daihh
2023-04-06 15:24:54 +08:00
parent 005b3e6270
commit ad341dec86
2 changed files with 10 additions and 3 deletions

View File

@@ -253,6 +253,10 @@
},
onLoad() {
//this.$watermark.set('');
//用于测试打印当前环境是否正确
console.log(this.$config.apiBaseUrl);
console.log(this.$config.context);
console.log(this.$config.manageApiBaseUrl);
},
onShow() {
this.countNoReadMsg();