Browse Source

修复bug

master
前端-胡立永 2 weeks ago
parent
commit
6b3daa394b
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      CatmDogd-Mall-Front-test/.env.development
  2. +1
    -1
      ruoyi-admin/src/main/resources/application.yml

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

@ -8,7 +8,7 @@ VUE_APP_TITLE = 下单伴宠师综合管理平台
# VUE_APP_BASE_API = 'https://api.catmdogd.com' # VUE_APP_BASE_API = 'https://api.catmdogd.com'
# VUE_APP_BASE_API = 'https://pet-admin.hhlm1688.com/api/' # VUE_APP_BASE_API = 'https://pet-admin.hhlm1688.com/api/'
# VUE_APP_BASE_API = 'http://h5.xzaiyp.top' # VUE_APP_BASE_API = 'http://h5.xzaiyp.top'
VUE_APP_BASE_API = 'http://localhost:8003'
VUE_APP_BASE_API = 'http://localhost:8002'
# 路由懒加载 # 路由懒加载
VUE_CLI_BABEL_TRANSPILE_MODULES = true VUE_CLI_BABEL_TRANSPILE_MODULES = true


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

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


Loading…
Cancel
Save