From 08b842bbc24be15f81ba7de49071904131f2b694 Mon Sep 17 00:00:00 2001 From: web <candymxq888@outlook.com> Date: 星期四, 19 六月 2025 17:21:43 +0800 Subject: [PATCH] fix:修改项目配置 git push origin master --- .env.staging | 10 +++++++++- 1 files changed, 9 insertions(+), 1 deletions(-) diff --git a/.env.staging b/.env.staging index f76c90c..e4db3b2 100644 --- a/.env.staging +++ b/.env.staging @@ -1,3 +1,11 @@ +### + # @Author: web candymxq888@outlook.com + # @Date: 2025-06-19 11:35:36 + # @LastEditors: web candymxq888@outlook.com + # @LastEditTime: 2025-06-19 14:51:40 + # @FilePath: \fengdu_gases_web\.env.staging + # @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE +### # 页面标题 VITE_APP_TITLE = 后台管理系统 @@ -8,5 +16,5 @@ # 图片地址 VITE_APP_IMG_BASEURL = 'http://113.250.189.120:8036/upload' -# 金川管理系统/测试环境 +# 测试环境 VITE_APP_PUBLIC_REQUEST_API = 'http://113.250.189.120:8036' -- Gitblit v1.9.3