瀏覽代碼

Update environment.ts

shimingxy 3 月之前
父節點
當前提交
93fd4c135a
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      maxkey-web-frontend/maxkey-web-mgt-app/src/environments/environment.ts

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

@@ -27,7 +27,7 @@ export const environment = {
   production: false,
   useHash: true,
   api: {
-    baseUrl: 'http://mgt.maxkey.top/maxkey-mgt-api',
+    baseUrl: 'http://localhost:9526/maxkey-mgt-api',
     refreshTokenEnabled: true,
     refreshTokenType: 're-request'
   },