Browse Source

发布版本

master
主管理员 1 month ago
parent
commit
f4a69c040a
4 changed files with 6 additions and 6 deletions
  1. +3
    -3
      CatmDogd-Mall-Front-test/.env.development
  2. +1
    -1
      CatmDogd-Mall-Front-test/.env.production
  3. +1
    -1
      CatmDogd-Mall-Front-test/.env.staging
  4. +1
    -1
      ruoyi-admin/src/main/resources/application.yml

+ 3
- 3
CatmDogd-Mall-Front-test/.env.development View File

@ -2,11 +2,11 @@
VUE_APP_TITLE = 下单伴宠师综合管理平台
# 开发环境配置
ENV = 'development'
ENV = 'development'
# 若依管理系统/开发环境 https://pet-admin.hhlm1688.com/api
# VUE_APP_BASE_API = 'https://pet-admin.hhlm1688.com/api'
VUE_APP_BASE_API = 'http://localhost:8001'
VUE_APP_BASE_API = 'https://api.catmdogd.com'
# VUE_APP_BASE_API = 'http://localhost:8001'
# 路由懒加载
VUE_CLI_BABEL_TRANSPILE_MODULES = true


+ 1
- 1
CatmDogd-Mall-Front-test/.env.production View File

@ -5,5 +5,5 @@ VUE_APP_TITLE = 下单伴宠师综合管理平台
ENV = 'production'
# 若依管理系统/生产环境
VUE_APP_BASE_API = '/api'
VUE_APP_BASE_API = '/prod-api'
VUE_APP_JUDGE_STAR = 0

+ 1
- 1
CatmDogd-Mall-Front-test/.env.staging View File

@ -7,4 +7,4 @@ NODE_ENV = production
ENV = 'staging'
# 若依管理系统/测试环境
VUE_APP_BASE_API = '/test-api'
VUE_APP_BASE_API = '/prod-api'

+ 1
- 1
ruoyi-admin/src/main/resources/application.yml View File

@ -20,7 +20,7 @@ ruoyi:
# 开发环境配置.0
server:
# 服务器的HTTP端口,默认为8080
port: 8001
port: 8080
servlet:
# 应用的访问路径
context-path: /


Loading…
Cancel
Save