- 新增 application-sxsy80.yml(前后端),MySQL/Redis 指向 106.14.132.80,imagePath 与 sync shop_14 - 默认 profile 切换为 sxsy80 - 合同 PDF 与落库域名 https://sxsy.cichude.com - uni-app:积分域 sxsy-jf、抢购跳转 sxsy、静态合同路径 - backend-adminend:VUE_APP_BASE_API 指向 sxsy-jf - 分支 sxsy80 基于 origin/czcf82 Made-with: Cursor
31 lines
1.1 KiB
Plaintext
31 lines
1.1 KiB
Plaintext
# just a flag
|
|
ENV = 'development'
|
|
|
|
# base api
|
|
# VUE_APP_BASE_API = '/dev-api'
|
|
# VUE_APP_BASE_API = 'http://127.0.0.1:30032'
|
|
# VUE_APP_BASE_API = 'https://jfadmin.suzhouyuqi.com'
|
|
# VUE_APP_BASE_API = 'http://jfanyueadmin.szxingming.com'
|
|
# VUE_APP_BASE_API = 'http://jfadmin.wenjinhui.com'
|
|
# VUE_APP_BASE_API = 'http://jfadmin-bsy.bosenyuan.com'
|
|
# sxsy80 项目(太原树英商贸)
|
|
VUE_APP_BASE_API = 'https://sxsy-jf.cichude.com'
|
|
|
|
# czcf82 项目(池州春芳商贸)
|
|
# VUE_APP_BASE_API = 'https://czcf-jf.uj345.com'
|
|
|
|
# hapr191 项目(淮安鹏然商贸)
|
|
# VUE_APP_BASE_API = 'http://jfadmin.hapengran.com'
|
|
# shccd159 项目
|
|
# VUE_APP_BASE_API = 'http://ccd-jfadmin.cichude.com'
|
|
|
|
|
|
# vue-cli uses the VUE_CLI_BABEL_TRANSPILE_MODULES environment variable,
|
|
# to control whether the babel-plugin-dynamic-import-node plugin is enabled.
|
|
# It only does one thing by converting all import() to require().
|
|
# This configuration can significantly increase the speed of hot updates,
|
|
# when you have a large number of pages.
|
|
# Detail: https://github.com/vuejs/vue-cli/blob/dev/packages/@vue/babel-preset-app/index.js
|
|
|
|
VUE_CLI_BABEL_TRANSPILE_MODULES = true
|