修复代理域名

This commit is contained in:
2022-11-24 15:50:07 +08:00
parent 78b75e153a
commit fd58336719

View File

@@ -67,7 +67,7 @@ export default {
},
getApps() {
this.$instance.post("/node/wechatapps/list", null, {
baseURL: "http://dvcp.sinocare.net/", params: {size: 999, type: 'mp'}, withoutToken: true
baseURL: "http://dvcp.sinoecare.net/", params: {size: 999, type: 'mp'}, withoutToken: true
}).then(res => {
if (res?.data) {
this.apps = res.data.records.map(e => {