@@ -17,7 +17,16 @@
},
onLoad: async function() {
const that = this;
- await that.searchConfig();
+ if(process.env.NODE_ENV === 'development'){
+ uni.showToast({
+ title: '开发环境'
+ });
+ }else{
+ await that.searchConfig();
+ }
methods: {
// 查询基本设置