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