浏览代码

#IB71WC 前端本地启动 404 问题

xiaoxin 6 月之前
父节点
当前提交
24f51f6cf5
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      maxkey-web-frontend/maxkey-web-app/src/environments/environment.ts

+ 2 - 2
maxkey-web-frontend/maxkey-web-app/src/environments/environment.ts

@@ -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'
   },