diff --git a/.env.development b/.env.development index 9a86e22..fe3058f 100644 --- a/.env.development +++ b/.env.development @@ -1,5 +1,5 @@ # 页面标题 -VITE_APP_TITLE = 若依管理系统 +VITE_APP_TITLE = 长岛 # 开发环境配置 VITE_APP_ENV = 'development' diff --git a/README.md b/README.md index e62e093..69b7328 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ + # Vue 3 + Vite This template should help get you started developing with Vue 3 in Vite. The template uses Vue 3 ` - - - \ No newline at end of file + + + diff --git a/src/views/air-conditioning/index.vue b/src/views/air-conditioning/index.vue index 03e05c4..f77b1c2 100644 --- a/src/views/air-conditioning/index.vue +++ b/src/views/air-conditioning/index.vue @@ -284,7 +284,7 @@ onMounted(()=>{ {{ item.name }} {{ item.num }} -

+

·
@@ -334,7 +334,7 @@ onMounted(()=>{
开机策略 -
+
diff --git a/src/views/overview/index.vue b/src/views/overview/index.vue index 68b57f6..080e3c3 100644 --- a/src/views/overview/index.vue +++ b/src/views/overview/index.vue @@ -11,6 +11,8 @@ import { getSystemRanking, } from "@/api/overview"; import getPath from "@/utils/getPath.js"; + +console.log(getPath) // 实时负荷 const realTimeLoad = ref([ { pic: getPath.roomnum, name: "配电室数量", value: 8, unit: "个" }, @@ -504,7 +506,7 @@ function getCarbonEmissionEcahrts(data) { ]), }, }, - // 右侧面 + // 右侧面a { type: "CubeRight", shape: { diff --git a/vite.config.js b/vite.config.js index e44f8fb..d12589f 100644 --- a/vite.config.js +++ b/vite.config.js @@ -23,7 +23,7 @@ export default defineConfig({ proxy: { // https://cn.vitejs.dev/config/#server-proxy '/dev-api': { - target: 'http://172.16.1.125:8021/', + target: 'http://172.16.1.134:8021/', changeOrigin: true, rewrite: (p) => p.replace(/^\/dev-api/, '') }