12 lines
290 B
Plaintext
12 lines
290 B
Plaintext
|
# 开发环境配置
|
||
|
# ENV = 'development'
|
||
|
|
||
|
# 路由懒加载
|
||
|
# VUE_CLI_BABEL_TRANSPILE_MODULES = true
|
||
|
|
||
|
# pei你看雪博客/开发环境/websocket地址
|
||
|
VUE_APP_SOCKET = 'wss://pnkx.top/websocket/websocket'
|
||
|
|
||
|
# 若依管理系统/开发环境
|
||
|
VUE_APP_BASE_API = 'https://pnkx.top/prod-api'
|