|
|
@@ -10,8 +10,7 @@
|
|
|
|
|
|
<!-- #ifdef MP-WEIXIN -->
|
|
|
<view style="width:690upx;height:25upx;background-color: #f5f5f5;"></view>
|
|
|
- <ad-custom unit-id="adunit-b3f48f1b6c1a39ff" v-if="CURRENT_ENV=='production'"></ad-custom>
|
|
|
- <ad-custom unit-id="adunit-bb3f5872f1a5d549" v-else></ad-custom>
|
|
|
+ <ad-custom unit-id="adunit-b3f48f1b6c1a39ff"></ad-custom>
|
|
|
<!-- #endif -->
|
|
|
|
|
|
</view>
|
|
|
@@ -23,8 +22,7 @@ export default {
|
|
|
name: "AppResult",
|
|
|
data() {
|
|
|
return {
|
|
|
- id:0,
|
|
|
- currentEnv:'production'
|
|
|
+ id:0
|
|
|
}
|
|
|
},
|
|
|
methods: {
|
|
|
@@ -39,10 +37,6 @@ export default {
|
|
|
},
|
|
|
init(){
|
|
|
this.id = this.option.id ? this.option.id : 0
|
|
|
-
|
|
|
- //当前环境
|
|
|
- this.currentEnv = CURRENT_ENV
|
|
|
-
|
|
|
}
|
|
|
},
|
|
|
};
|