平台管理端基本完成

This commit is contained in:
2023-09-20 17:07:28 +08:00
parent 39d662fce3
commit 967bddd2de
27 changed files with 189 additions and 20 deletions

View File

@@ -3,4 +3,4 @@ ENV = 'development'
# base api
# VUE_APP_BASE_API = '/dev-api'
VUE_APP_BASE_API = 'http://localhost:9001'
VUE_APP_BASE_API = 'http://localhost:8200'

View File

@@ -3,5 +3,5 @@ ENV = 'production'
# base api
#VUE_APP_BASE_API = '/prod-api'
VUE_APP_BASE_API = 'http://localhost:9001'
VUE_APP_BASE_API = 'http://localhost:8200'