13 lines
279 B
Plaintext
13 lines
279 B
Plaintext
|
# 开发环境配置
|
||
|
ENV = 'development'
|
||
|
|
||
|
# pei你看雪博客/开发环境
|
||
|
VUE_APP_BASE_API = 'https://pnkx.top/prod-api'
|
||
|
# VUE_APP_BASE_API = 'http://localhost:8068/'
|
||
|
|
||
|
# 路由懒加载
|
||
|
VUE_CLI_BABEL_TRANSPILE_MODULES = true
|
||
|
|
||
|
# app图片地址
|
||
|
VUE_APP_IMG = 'https://pnkx.top'
|