web
2025-07-11 6300aaba87407db1aaae7928e26a6fbe2dd04df2
fix:修改项目配置,打包,移除内容
已删除4个文件
已修改7个文件
221 ■■■■■ 文件已修改
.env.development 12 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
.env.production 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
.gitignore 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
index.html 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
public/decoder.js 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
public/decoder.wasm 补丁 | 查看 | 原始文档 | blame | 历史
public/jessibuca.js 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/VideoPlayer/VideoPlayer.vue 182 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main.js 8 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/facility/monitorList/index.vue 8 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
vite.config.js 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
.env.development
@@ -1,3 +1,11 @@
###
 # @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 = 取水管理系统
@@ -5,7 +13,7 @@
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'
.env.production
@@ -5,9 +5,9 @@
    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
.gitignore
@@ -1,2 +1,4 @@
node_modules
.idea/
dist/*
.vscode/
index.html
@@ -9,7 +9,6 @@
  <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,
public/decoder.js
文件已删除
public/decoder.wasm
Binary files differ
public/jessibuca.js
文件已删除
src/components/VideoPlayer/VideoPlayer.vue
文件已删除
src/main.js
@@ -1,11 +1,3 @@
/*
 * @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'
src/views/facility/monitorList/index.vue
@@ -1,11 +1,3 @@
<!--
 * @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.config.js
@@ -25,7 +25,7 @@
    },
    // vite 相关配置
    server: {
      port: 5036,
      port: 7041,
      host: true,
      open: true,
      // proxy: {