mapChange

This commit is contained in:
shijing 2022-08-26 17:27:37 +07:00
commit 8c8eeeda69
3 changed files with 3 additions and 2 deletions

View File

@ -12,7 +12,7 @@ const DEFAULT_CONFIG = {
CORE_VER: "1.6.3", CORE_VER: "1.6.3",
//接口地址 //接口地址
API_URL: process.env.NODE_ENV === 'development' && process.env.VUE_APP_PROXY === 'true' ? "/api" : process.env.VUE_APP_API_BASEURL, API_URL: process.env.NODE_ENV === 'development' && process.env.VUE_APP_PROXY === 'false' ? "/api" : process.env.VUE_APP_API_BASEURL,
//请求超时 //请求超时
TIMEOUT: 10000, TIMEOUT: 10000,

View File

@ -117,7 +117,7 @@ export default {
}, },
async syncData() { async syncData() {
this.syncLoading = true; this.syncLoading = true;
var res = await this.$API.third.tdevice.vchannelSync.req({}); var res = await this.$API.third.tdevice.speakerSync.req({});
this.syncLoading = false; this.syncLoading = false;
}, },
}, },

View File

@ -197,6 +197,7 @@
30: "待入厂", 30: "待入厂",
40: "进行中", 40: "进行中",
50: "已完成", 50: "已完成",
60: "已关闭"
}, },
act_states: { act_states: {
0: "草稿中",//p 0: "草稿中",//p