diff --git a/config/dev.env.js b/config/dev.env.js index 8dc5561..6aab87a 100644 --- a/config/dev.env.js +++ b/config/dev.env.js @@ -5,7 +5,7 @@ const prodEnv = require('./prod.env') const isDev = false; //开发API地址 // const devAdrress='"http://weberp.xlyprint.cn/xlyReport"'; -const devAdrress='"http://127.0.0.1:8080/xlyReport"'; +const devAdrress='"http://172.16.114.9:8085/xlyReport"'; //正式打包API地址 const ipAdrress='"http://"+location.host+"/xlyReport"'; diff --git a/src/mixins/queryform.js b/src/mixins/queryform.js index 76b4f34..b2e1317 100644 --- a/src/mixins/queryform.js +++ b/src/mixins/queryform.js @@ -178,8 +178,6 @@ export default { const value = chartProperties[key]; obj["type"] = value; obj["name"] = key; - console.log("3333333",value,key); - console.log("22222222",chartProperties,data); for (let i = 0; i < data.length; i++) { if (value.startsWith("xAxis")) { // 代表为x轴 @@ -216,7 +214,7 @@ export default { const value = chartProperties[key]; obj["type"] = value; obj["name"] = key; - console.log("value",value); + // console.log("value",value); if(value=='xAxis' || value=='bar'|| value=='line'){ for (let i = 0; i < data.length; i++) { if (value.startsWith("xAxis")) { diff --git a/src/views/bigscreenDesigner/designer/components/dynamicAddTable.vue b/src/views/bigscreenDesigner/designer/components/dynamicAddTable.vue index 21fa991..94b4a95 100644 --- a/src/views/bigscreenDesigner/designer/components/dynamicAddTable.vue +++ b/src/views/bigscreenDesigner/designer/components/dynamicAddTable.vue @@ -12,6 +12,7 @@ +