Skip to content

Commit

Permalink
add demo tips1
Browse files Browse the repository at this point in the history
  • Loading branch information
fusikai committed Oct 9, 2023
1 parent 721dbbd commit 7abed55
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions assets/src/pages/user/login/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,6 @@ export const getEnv = () => {
if (/^.*jupiterconsole.douyu.com.*?$/g.test(domain)) {
return 'demo';
}
// 个人调试使用
if (/^.*fskt.dz11.com.*?$/g.test(domain)) {
return 'demo';
}
return '';
};

Expand Down

0 comments on commit 7abed55

Please sign in to comment.