outside-the-system
Phoenix 3 months ago
parent bed3debb59
commit c9aa04935c

@ -10,7 +10,7 @@ const configs = {
},
prod: {
apiBaseUrl: 'https://oa-a.szjixun.cn/api',
h5Url:'https://oa.szjixun.cn/#/'
h5Url:'https://oa-a.szjixun.cn/#/'
},
};

@ -43,7 +43,7 @@ if (uni.restoreGlobal) {
},
prod: {
apiBaseUrl: "https://oa-a.szjixun.cn/api",
h5Url: "https://oa.szjixun.cn/#/"
h5Url: "https://oa-a.szjixun.cn/#/"
}
};
const config = configs[env];

Loading…
Cancel
Save