Commit 803268ba authored by xinzhedeai's avatar xinzhedeai

桥梁监测图标 数值字符串修改

parent b46b6d73
......@@ -180,7 +180,7 @@ export default {
const dataList = response.data;
const chartData = dataList.map((item, index) => ({
name: item.name,
y: item.value,
y: ~~item.value,
color: this.colors[index] || "#27BAFF", // Default color if no color is provided
}));
......
......@@ -237,16 +237,16 @@ export default {
toOtherSys(val) {
// 正式环境
// const BIAN_PO = `http://bp.hylgzl.com`
// const QIAO_LIANG = `hhttp://ql.hylgzl.com`
// const SUI_DAO = `http://sd.hylgzl.com`
// const AI = `http://220.194.146.65:9045`
const BIAN_PO = `http://bp.hylgzl.com`
const QIAO_LIANG = `http://ql.hylgzl.com`
const SUI_DAO = `http://sd.hylgzl.com`
const AI = `http://220.194.146.65:9045`
// 测试环境
const BIAN_PO = `http://192.168.3.226:9091`
const QIAO_LIANG = `http://192.168.3.226:12064`
const SUI_DAO = `http://192.168.3.226:10081`
const AI = `http://192.168.3.248:8859`
// const BIAN_PO = `http://192.168.3.226:9091`
// const QIAO_LIANG = `http://192.168.3.226:12064`
// const SUI_DAO = `http://192.168.3.226:10081`
// const AI = `http://192.168.3.248:8859`
// 本地
// const BIAN_PO = `http://192.168.2.11:81`
......
......@@ -36,8 +36,8 @@ module.exports = {
proxy: {
// detail: https://cli.vuejs.org/config/#devserver-proxy
[process.env.VUE_APP_BASE_API]: {
target: `http://192.168.3.226:8579`,
// target: `http://192.168.2.16:8579`,
// target: `http://192.168.3.226:8579`,
target: `http://192.168.2.16:8579`,
// target: `http://182.92.170.89:10080`,
changeOrigin: true,
pathRewrite: {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment