修正node服务请求头部
This commit is contained in:
@@ -69,7 +69,7 @@ export default {
|
||||
getApps() {
|
||||
this.apps = config.apps
|
||||
this.$instance.post("/node/wechatapps/list", null, {
|
||||
baseURL: "http://dvcp.sinoecare.net/", params: {size: 999, type: 'mp'}, withoutToken: true
|
||||
baseURL: "http://192.168.1.87:12525/", params: {size: 999, type: 'mp'}, withoutToken: true
|
||||
}).then(res => {
|
||||
if (res?.data) {
|
||||
this.apps = res.data.records.map(e => {
|
||||
|
||||
Reference in New Issue
Block a user