Skip to content

Commit

Permalink
feat: 修复url不能更改的bug
Browse files Browse the repository at this point in the history
  • Loading branch information
wuranxu committed Nov 4, 2023
1 parent 669c379 commit 1982c21
Show file tree
Hide file tree
Showing 145 changed files with 5,761 additions and 2,840 deletions.
2 changes: 1 addition & 1 deletion config.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ class Config:


# 获取pity环境变量
PITY_ENV = os.environ.get("pity_env", "dev")
PITY_ENV = os.environ.get("pity_env", "pro")
# 如果pity_env存在且为prod
Config = ProConfig() if PITY_ENV and PITY_ENV.lower() == "pro" else DevConfig()

Expand Down
67 changes: 0 additions & 67 deletions statics/1101.7b969df9.async.js

This file was deleted.

1,644 changes: 1,644 additions & 0 deletions statics/1465.8d1210f5.async.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion statics/1465.ba11a094.async.js

This file was deleted.

2 changes: 0 additions & 2 deletions statics/1602.34598cbf.async.js

This file was deleted.

55 changes: 55 additions & 0 deletions statics/1609.2c49daa9.async.js

Large diffs are not rendered by default.

42 changes: 0 additions & 42 deletions statics/1691.84310fb9.async.js

This file was deleted.

9 changes: 9 additions & 0 deletions statics/1826.c6ea457c.async.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

672 changes: 672 additions & 0 deletions statics/2165.8988dc4b.async.js

Large diffs are not rendered by default.

Loading

0 comments on commit 1982c21

Please sign in to comment.