#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, production: false,
useHash: true, useHash: true,
api: { api: {
//baseUrl: 'http://localhost:9527/sign/', baseUrl: 'http://localhost:9527/sign/',
baseUrl: '/sign/', // baseUrl: '/sign/',
refreshTokenEnabled: true, refreshTokenEnabled: true,
refreshTokenType: 're-request' refreshTokenType: 're-request'
}, },