19 lines
413 B
Plaintext
19 lines
413 B
Plaintext
###
|
|
# @Author: 季万俊
|
|
# @Date: 2025-09-04 19:58:43
|
|
# @Description:
|
|
###
|
|
# 页面标题
|
|
VITE_APP_TITLE = 若依管理系统
|
|
|
|
NODE_ENV = production
|
|
|
|
# 测试环境配置
|
|
ENV = 'staging'
|
|
|
|
# 若依管理系统/测试环境
|
|
VUE_APP_BASE_API = '/stage-api'
|
|
VUE_APP_SERVER_BASE_API = '/Server'
|
|
# VUE_APP_CONTROL_BASE_API = '/control-api'
|
|
VUE_APP_CONTROL_BASE_API='http://172.16.1.253:12310/api'
|