mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-mobile.git
synced 2025-12-11 03:46:47 +08:00
对环境的处理
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user