Commit 803268ba authored by xinzhedeai's avatar xinzhedeai

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

parent b46b6d73
...@@ -180,7 +180,7 @@ export default { ...@@ -180,7 +180,7 @@ export default {
const dataList = response.data; const dataList = response.data;
const chartData = dataList.map((item, index) => ({ const chartData = dataList.map((item, index) => ({
name: item.name, name: item.name,
y: item.value, y: ~~item.value,
color: this.colors[index] || "#27BAFF", // Default color if no color is provided color: this.colors[index] || "#27BAFF", // Default color if no color is provided
})); }));
......
...@@ -237,16 +237,16 @@ export default { ...@@ -237,16 +237,16 @@ export default {
toOtherSys(val) { toOtherSys(val) {
// 正式环境 // 正式环境
// const BIAN_PO = `http://bp.hylgzl.com` const BIAN_PO = `http://bp.hylgzl.com`
// const QIAO_LIANG = `hhttp://ql.hylgzl.com` const QIAO_LIANG = `http://ql.hylgzl.com`
// const SUI_DAO = `http://sd.hylgzl.com` const SUI_DAO = `http://sd.hylgzl.com`
// const AI = `http://220.194.146.65:9045` const AI = `http://220.194.146.65:9045`
// 测试环境 // 测试环境
const BIAN_PO = `http://192.168.3.226:9091` // const BIAN_PO = `http://192.168.3.226:9091`
const QIAO_LIANG = `http://192.168.3.226:12064` // const QIAO_LIANG = `http://192.168.3.226:12064`
const SUI_DAO = `http://192.168.3.226:10081` // const SUI_DAO = `http://192.168.3.226:10081`
const AI = `http://192.168.3.248:8859` // const AI = `http://192.168.3.248:8859`
// 本地 // 本地
// const BIAN_PO = `http://192.168.2.11:81` // const BIAN_PO = `http://192.168.2.11:81`
......
...@@ -36,8 +36,8 @@ module.exports = { ...@@ -36,8 +36,8 @@ module.exports = {
proxy: { proxy: {
// detail: https://cli.vuejs.org/config/#devserver-proxy // detail: https://cli.vuejs.org/config/#devserver-proxy
[process.env.VUE_APP_BASE_API]: { [process.env.VUE_APP_BASE_API]: {
target: `http://192.168.3.226:8579`, // target: `http://192.168.3.226:8579`,
// target: `http://192.168.2.16:8579`, target: `http://192.168.2.16:8579`,
// target: `http://182.92.170.89:10080`, // target: `http://182.92.170.89:10080`,
changeOrigin: true, changeOrigin: true,
pathRewrite: { 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