From 6300aaba87407db1aaae7928e26a6fbe2dd04df2 Mon Sep 17 00:00:00 2001 From: web <candymxq888@outlook.com> Date: 星期五, 11 七月 2025 14:23:15 +0800 Subject: [PATCH] fix:修改项目配置,打包,移除内容 --- .env.development | 12 ++++++++++-- 1 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.env.development b/.env.development index be484de..4af8710 100644 --- a/.env.development +++ b/.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' -- Gitblit v1.9.3