Skip to content

Commit

Permalink
fix: 修复域名指向问题
Browse files Browse the repository at this point in the history
  • Loading branch information
wuranxu committed Jan 30, 2024
1 parent b115b26 commit 70a2117
Show file tree
Hide file tree
Showing 2 changed files with 259 additions and 106 deletions.
4 changes: 1 addition & 3 deletions config/defaultSettings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ const Settings: LayoutSettings & {
https?: boolean;
logo?: string;
apiUrl?: string;
wssUrl?: string;
} = {
navTheme: 'light',
// 拂晓蓝
Expand All @@ -22,8 +21,7 @@ const Settings: LayoutSettings & {
pwa: false,
logo: '/logo.svg',
iconfontUrl: '//at.alicdn.com/t/font_915840_kom9s5w2t6k.js',
apiUrl: '127.0.0.1:7777',
wssUrl: 'ws://127.0.0.1:7777',
apiUrl: 'api.pity.fun',
https: false,
};

Expand Down
Loading

0 comments on commit 70a2117

Please sign in to comment.