7dfde1b3b5
# Please enter a commit message to explain why this merge is necessary, # especially if it merges an updated upstream into a topic branch. # # Lines starting with '#' will be ignored, and an empty message aborts # the commit.
19 lines
351 B
Plaintext
19 lines
351 B
Plaintext
# 页面标题
|
|
VUE_APP_TITLE = 百业兴智慧油站系统
|
|
|
|
# 开发环境配置
|
|
ENV = 'development'
|
|
|
|
# fuint会员营销系统/开发环境
|
|
VUE_APP_BASE_API = '/dev-api'
|
|
|
|
# 发布目录
|
|
VUE_APP_PUBLIC_PATH = '/'
|
|
|
|
# 后端接口地址
|
|
VUE_APP_SERVER_URL = 'http://192.168.31.178:8081/'
|
|
|
|
|
|
# cp端地址
|
|
# VUE_PC_SERVER_URL = 'http://47.95.206.185:85/'
|