平台管理端基本完成
This commit is contained in:
@@ -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'
|
||||
|
@@ -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'
|
||||
|
||||
|
Reference in New Issue
Block a user