-
Notifications
You must be signed in to change notification settings - Fork 904
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: migrate antdv to v4 (#135)
- Loading branch information
Showing
131 changed files
with
10,881 additions
and
12,766 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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,14 +1,14 @@ | ||
# 只在开发模式中被载入 | ||
ENV = 'development' | ||
|
||
# 网站前缀 | ||
BASE_URL = / | ||
VITE_BASE_URL = / | ||
|
||
# base api | ||
VUE_APP_BASE_API = '/api/admin/' | ||
VUE_APP_BASE_SOCKET_PATH = '/ws-api' | ||
VUE_APP_BASE_SOCKET_NSP = '/admin' | ||
VITE_BASE_API = '/api/admin/' | ||
VITE_BASE_SOCKET_PATH = '/ws-api' | ||
VITE_BASE_SOCKET_NSP = '/admin' | ||
|
||
# mock api | ||
VUE_APP_MOCK_API = '/mock-api/' | ||
VITE_MOCK_API = '/mock-api/' | ||
|
||
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,14 @@ | ||
# 只在生产模式中被载入 | ||
ENV = 'production' | ||
|
||
# 网站前缀 | ||
BASE_URL = /vue3-antd-admin/ | ||
|
||
# base api | ||
VUE_APP_BASE_API = 'https://nest-api.buqiyuan.site/api/admin/' | ||
VUE_APP_BASE_SOCKET_PATH = '/ws-api' | ||
VUE_APP_BASE_SOCKET_NSP = 'wss://nest-api.buqiyuan.site/admin' | ||
VITE_BASE_API = 'https://nest-api.buqiyuan.site/api/admin/' | ||
VITE_BASE_SOCKET_PATH = '/ws-api' | ||
VITE_BASE_SOCKET_NSP = 'wss://nest-api.buqiyuan.site/admin' | ||
|
||
# 网站前缀 | ||
VITE_BASE_URL = /vue3-antdv-admin/ | ||
|
||
# mock api | ||
VUE_APP_MOCK_API = '/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
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 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,7 +1,6 @@ | ||
/dist/* | ||
.local | ||
.output.js | ||
commitlint.config.js | ||
/node_modules/** | ||
|
||
**/*.svg | ||
|
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 |
---|---|---|
@@ -0,0 +1,20 @@ | ||
{ | ||
"Vue3.3+defineOptions快速生成模板": { | ||
"scope": "vue", | ||
"prefix": "Vue3.3+", | ||
"body": [ | ||
"<script setup lang='ts'>", | ||
"defineOptions({", | ||
"\tname: ''", | ||
"})", | ||
"</script>\n", | ||
"<template>", | ||
"\t<div>test</div>", | ||
"</template>\n", | ||
"<style lang='less' scoped>\n", | ||
"</style>", | ||
"$2" | ||
], | ||
"description": "Vue3.3+defineOptions快速生成模板" | ||
} | ||
} |
Oops, something went wrong.
831a01a
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:
vue3-antd-admin – ./
vue3-antd-admin-git-main-buqiyuan.vercel.app
vue3-antd-admin.vercel.app
vue3-antd-admin-buqiyuan.vercel.app