12 lines
248 B
Plaintext
12 lines
248 B
Plaintext
# 页面标题
|
|
VUE_APP_TITLE = Jarvis
|
|
|
|
# 开发环境配置
|
|
ENV = 'development'
|
|
|
|
# 路由懒加载
|
|
VUE_CLI_BABEL_TRANSPILE_MODULES = true
|
|
# VUE_APP_BASE_API = 'http://134.175.126.60:30313'
|
|
VUE_APP_BASE_API = 'http://192.168.8.88:30313'
|
|
port = 8888
|