-
Notifications
You must be signed in to change notification settings - Fork 0
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
Showing
92 changed files
with
10,266 additions
and
9,438 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,15 +1,19 @@ | ||
# 应用配置面板 | ||
VITE_APP_SETTING = true | ||
VITE_APP_SETTING = false | ||
# 页面标题 | ||
VITE_APP_TITLE = Fantastic-admin 基础版 | ||
# 接口请求地址,会设置到 axios 的 baseURL 参数上 | ||
VITE_APP_API_BASEURL = / | ||
# 调试工具,可设置 eruda 或 vconsole,如果不需要开启则留空 | ||
VITE_APP_DEBUG_TOOL = | ||
# 是否禁用开发者工具,可防止被调试 | ||
VITE_APP_DISABLE_DEVTOOL = false | ||
|
||
# 是否在打包时启用 Mock | ||
VITE_BUILD_MOCK = true | ||
# 是否在打包时生成 sourcemap | ||
VITE_BUILD_SOURCEMAP = false | ||
# 是否在打包时开启压缩,支持 gzip 和 brotli | ||
VITE_BUILD_COMPRESS = gzip,brotli | ||
# 是否在打包后生成存档,支持 zip 和 tar | ||
VITE_BUILD_ARCHIVE = |
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 |
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 |
---|---|---|
|
@@ -12,6 +12,6 @@ defineOptions({ | |
</div> | ||
</template> | ||
|
||
<style lang="scss" scoped> | ||
// 样式 | ||
<style scoped> | ||
/* 样式 */ | ||
</style> |
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 |
---|---|---|
|
@@ -17,6 +17,6 @@ defineOptions({ | |
</div> | ||
</template> | ||
|
||
<style lang="scss" scoped> | ||
// 样式 | ||
<style scoped> | ||
/* 样式 */ | ||
</style> |
Oops, something went wrong.