adfb53bac2
# Conflicts: # fuintAdmin_zt/.env.development # fuintBackend/configure/dev/application.properties # fuintBackend/fuint-application/src/main/resources/application.properties # gasStation-uni/config.js # gasStation-uni/pages/index/index.vue
18 lines
345 B
Plaintext
18 lines
345 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.0.178:8008'
|
|
|
|
# # cp端地址
|
|
# VUE_PC_SERVER_URL = 'http://192.168.1.6:82/'
|