@@ -20,7 +20,7 @@ uni.getSystemInfo({
} else if (envVersion === 'trial') {
//体验版
config = {
- apiUrl: "https://api.zhiyupa.com",
+ apiUrl: "https://api.duanju.dududus.com",
staticUrl: 'https://xjc.demo.hongcd.com/img/', //静态图片地址https://xjc.demo.hongcd.com
zystaticUrl: "",
TabbarIndex: 2
@@ -388,7 +388,6 @@
watch: {
activeIndex: {
handler(newVal, oldVal) {
- this.initTabs()
let index = this.labelList.findIndex(el => el.content.includes(newVal))
console.log(index, 'newValnewVal', this.labelList, newVal)
this.tabcurrent = index