-
Notifications
You must be signed in to change notification settings - Fork 905
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(project): release 2.0 (#145)
refactor(project): release 2.0
- Loading branch information
Showing
313 changed files
with
13,326 additions
and
11,135 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
# 供docker构建时使用 | ||
ENV = 'production' | ||
# 项目名称 | ||
VITE_APP_TITLE = Admin | ||
|
||
# 网站前缀 | ||
VITE_BASE_URL = / | ||
|
||
# base api | ||
VITE_BASE_API = '/api/admin/' | ||
VITE_BASE_API_URL = '/api/admin/' | ||
VITE_BASE_SOCKET_PATH = '/ws-api' | ||
VITE_BASE_SOCKET_NSP = '/admin' | ||
|
||
# mock api | ||
VITE_MOCK_API = '/mock-api/' | ||
VITE_MOCK_API = '/api/' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,12 @@ | ||
# 只在开发模式中被载入 | ||
ENV = 'development' | ||
|
||
# 网站前缀 | ||
VITE_BASE_URL = / | ||
|
||
# base api | ||
VITE_BASE_API = '/api/admin/' | ||
# base api url | ||
VITE_BASE_API_URL = '/api' | ||
VITE_BASE_SOCKET_PATH = '/ws-api' | ||
VITE_BASE_SOCKET_NSP = '/admin' | ||
|
||
# mock api | ||
VITE_MOCK_API = '/mock-api/' | ||
VITE_BASE_SOCKET_NSP = '/auth' | ||
|
||
VITE_DROP_CONSOLE = false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,12 @@ | ||
# 只在生产模式中被载入 | ||
ENV = 'production' | ||
|
||
# base api | ||
VITE_BASE_API = 'https://nest-api.buqiyuan.site/api/admin/' | ||
# base api url | ||
VITE_BASE_API_URL = 'http://127.0.0.1:7001' | ||
VITE_BASE_SOCKET_PATH = '/ws-api' | ||
VITE_BASE_SOCKET_NSP = 'wss://nest-api.buqiyuan.site/admin' | ||
|
||
# 网站前缀 | ||
VITE_BASE_URL = /vue3-antdv-admin/ | ||
|
||
# mock api | ||
VITE_MOCK_API = '/mock-api/' | ||
|
||
VITE_DROP_CONSOLE = true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,11 @@ | ||
# https://docs.github.com/cn/get-started/getting-started-with-git/configuring-git-to-handle-line-endings | ||
|
||
# Automatically normalize line endings (to LF) for all text-based files. | ||
* text=auto eol=lf | ||
*.ts linguist-detectable=false | ||
*.css linguist-detectable=false | ||
*.scss linguist-detectable=false | ||
*.js linguist-detectable=true | ||
*.vue linguist-detectable=true | ||
|
||
# Declare files that will always have CRLF line endings on checkout. | ||
*.{cmd,[cC][mM][dD]} text eol=crlf | ||
*.{bat,[bB][aA][tT]} text eol=crlf | ||
|
||
# Denote all files that are truly binary and should not be modified. | ||
*.{ico,png,jpg,jpeg,gif,webp,svg,woff,woff2} binary |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.