修改bug

This commit is contained in:
‘937886381’
2023-11-16 18:52:55 +08:00
parent 3832aee028
commit b349432eaa
13 changed files with 104 additions and 81 deletions

View File

@@ -1,3 +1,10 @@
###
# @Author: zhp
# @Date: 2023-11-07 19:11:40
# @LastEditTime: 2023-11-16 16:40:59
# @LastEditors: zhp
# @Description:
###
# 生产环境配置
ENV = 'production'
@@ -5,7 +12,8 @@ ENV = 'production'
VUE_APP_TITLE = MES系统
# 芋道管理系统/生产环境
VUE_APP_BASE_API = '/prod-api'
VUE_APP_BASE_API = 'http://192.168.0.33:48082'
# 根据服务器或域名修改
# PUBLIC_PATH = 'http://my-pi.com:8888/yudao-admin/'