-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Halsey
committed
Jan 16, 2023
1 parent
9084230
commit cd333df
Showing
73 changed files
with
386 additions
and
960 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
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,5 +1,5 @@ | ||
# 本地环境 | ||
NODE_ENV = 'development' | ||
|
||
# 本地环境接口地址 | ||
VITE_API_URL = '/api' | ||
# 本地环境 | ||
NODE_ENV = 'development' | ||
|
||
# 本地环境接口地址(/api/index.ts文件中使用) | ||
VITE_API_URL = '/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,5 +1,5 @@ | ||
# 测试环境 | ||
NODE_ENV = "test" | ||
|
||
# 测试环境接口地址(easymock) | ||
VITE_API_URL = "https://mock.mengxuegu.com/mock/629d727e6163854a32e8307e" | ||
# 测试环境接口地址(fastmock) | ||
VITE_API_URL = "https://www.fastmock.site/mock/f81e8333c1a9276214bcdbc170d9e0a0" |
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 |
---|---|---|
|
@@ -6,6 +6,7 @@ node_modules | |
.vscode | ||
.idea | ||
dist | ||
html | ||
/public | ||
/docs | ||
.husky | ||
|
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 |
---|---|---|
|
@@ -9,6 +9,7 @@ lerna-debug.log* | |
|
||
node_modules | ||
dist | ||
html | ||
dist-ssr | ||
*.local | ||
stats.html | ||
|
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,4 +1,5 @@ | ||
/dist/* | ||
/html/* | ||
.local | ||
/node_modules/** | ||
|
||
|
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,3 +1,4 @@ | ||
/dist/* | ||
/html/* | ||
/public/* | ||
public/* |
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,11 +1,14 @@ | ||
{ | ||
"recommendations": [ | ||
"vue.volar", | ||
"hollowtree.vue-snippets", | ||
"vue.vscode-typescript-vue-plugin", | ||
"stylelint.vscode-stylelint", | ||
"hollowtree.vue-snippets", | ||
"dbaeumer.vscode-eslint", | ||
"stylelint.vscode-stylelint", | ||
"esbenp.prettier-vscode", | ||
"editorconfig.editorconfig", | ||
"esbenp.prettier-vscode" | ||
"streetsidesoftware.code-spell-checker", | ||
"syler.sass-indented", | ||
"mikestead.dotenv" | ||
] | ||
} |
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
Oops, something went wrong.
cd333df
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
geeker-admin – ./
geeker-admin-open.vercel.app
geeker-admin.vercel.app
geeker-admin-git-master-open.vercel.app
admin.spicyboy.cn