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 | 17 ++++++++++++----- 1 files changed, 12 insertions(+), 5 deletions(-) diff --git a/.env.development b/.env.development index 7d71278..4af8710 100644 --- a/.env.development +++ b/.env.development @@ -1,12 +1,19 @@ - -# 页面标题 -VITE_APP_TITLE = 后台管理系统 +### + # @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://113.250.189.120:8036/upload' +VITE_APP_IMG_BASEURL='https://www.huiwuyuntong.com/water-ration-beta/upload' #后端本地 - VITE_APP_PUBLIC_REQUEST_API = 'http://113.250.189.120:8036' + VITE_APP_PUBLIC_REQUEST_API = 'https://www.huiwuyuntong.com/water-ration-beta' -- Gitblit v1.9.3