#IB71WC 前端本地启动 404 问题

This commit is contained in:
xiaoxin 2024-11-26 11:30:16 +08:00
parent 0a64cdd6dc
commit 24f51f6cf5

View File

@ -27,8 +27,8 @@ export const environment = {
production: false,
useHash: true,
api: {
//baseUrl: 'http://localhost:9527/sign/',
baseUrl: '/sign/',
baseUrl: 'http://localhost:9527/sign/',
// baseUrl: '/sign/',
refreshTokenEnabled: true,
refreshTokenType: 're-request'
},