| | |
| | | ### |
| | | # @Author: web candymxq888@outlook.com |
| | | # @Date: 2025-07-02 16:11:56 |
| | | # @LastEditors: web candymxq888@outlook.com |
| | | # @LastEditTime: 2025-07-11 14:20:12 |
| | | # @FilePath: \water-ration-web\.env.development |
| | | # @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE |
| | | ### |
| | | # 页面标题 |
| | | VITE_APP_TITLE = 取水管理系统 |
| | | |
| | |
| | | VITE_APP_ENV = 'development' |
| | | |
| | | # 图片地址 |
| | | VITE_APP_IMG_BASEURL='http://192.168.0.67:8041/upload' |
| | | VITE_APP_IMG_BASEURL='https://www.huiwuyuntong.com/water-ration-beta/upload' |
| | | |
| | | #后端本地 |
| | | VITE_APP_PUBLIC_REQUEST_API = 'http://192.168.0.67:8041' |
| | | VITE_APP_PUBLIC_REQUEST_API = 'https://www.huiwuyuntong.com/water-ration-beta' |
| | |
| | | VITE_APP_ENV = 'production' |
| | | |
| | | # 图片地址 |
| | | VITE_APP_IMG_BASEURL = 'http://192.168.0.200:8036/upload' |
| | | VITE_APP_IMG_BASEURL = 'https://www.huiwuyuntong.com/water-ration-beta/upload' |
| | | |
| | | # 正式环境 |
| | | VITE_APP_PUBLIC_REQUEST_API = 'http://192.168.0.200:8036' |
| | | VITE_APP_PUBLIC_REQUEST_API = 'https://www.huiwuyuntong.com/water-ration-beta' |
| | | # 是否在打包时开启压缩,支持 gzip 和 brotli |
| | | # VITE_BUILD_COMPRESS = gzip |
| | |
| | | node_modules |
| | | .idea/ |
| | | dist/* |
| | | .vscode/ |
| | |
| | | <link rel="icon" href="/favicon.ico"> |
| | | <title>监测系统</title> |
| | | <!--[if lt IE 11]><script>window.location.href='/html/ie.html';</script><![endif]--> |
| | | <script type="text/javascript" src="/jessibuca.js"></script> |
| | | |
| | | <style> |
| | | html, |
| | |
| | | /* |
| | | * @Author: error: error: git config user.name & please set dead value or install git && error: git config user.email & please set dead value or install git & please set dead value or install git |
| | | * @Date: 2024-05-16 11:24:17 |
| | | * @LastEditors: Liuyi candymxq888@outlook.com |
| | | * @LastEditTime: 2024-08-15 12:03:58 |
| | | * @FilePath: \wisdom-water-factory-web\src\main.js |
| | | * @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE |
| | | */ |
| | | import { createApp } from 'vue' |
| | | import Cookies from 'js-cookie' |
| | | |
| | |
| | | <!-- |
| | | * @Author: hqs elkers@163.com |
| | | * @Date: 2024-08-06 14:47:41 |
| | | * @LastEditors: hqs elkers@163.com |
| | | * @LastEditTime: 2024-08-14 16:50:56 |
| | | * @FilePath: \water-qinghe-web\src\views\facilit\index.vue |
| | | * @Description: 监控点 |
| | | --> |
| | | <script setup> |
| | | import pointApi from "@/api/facility/point"; |
| | | import {ref, onMounted} from "vue"; |
| | |
| | | }, |
| | | // vite 相关配置 |
| | | server: { |
| | | port: 5036, |
| | | port: 7041, |
| | | host: true, |
| | | open: true, |
| | | // proxy: { |