生产监控

This commit is contained in:
helloDy
2023-09-11 15:53:43 +08:00
parent 50318121dc
commit 645ba2843f
5 changed files with 752 additions and 3 deletions

View File

@@ -1,3 +1,10 @@
###
# @Author: Do not edit
# @Date: 2023-08-29 09:40:39
# @LastEditTime: 2023-08-29 09:59:47
# @LastEditors: DY
# @Description:
###
# 开发环境配置
ENV = 'development'
@@ -5,8 +12,8 @@ ENV = 'development'
VUE_APP_TITLE = 芋道管理系统
# 芋道管理系统/开发环境
# VUE_APP_BASE_API = 'http://192.168.0.33:48080'
VUE_APP_BASE_API = 'http://192.168.1.188:48080'
VUE_APP_BASE_API = 'http://192.168.0.33:48080'
# VUE_APP_BASE_API = 'http://192.168.1.188:48080'
# 路由懒加载
VUE_CLI_BABEL_TRANSPILE_MODULES = true