-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat(components): feat(components): admin init loading / init.css style * docs(deps): github 仓库地址修改 * feat(components): fix eslint/login/userPage/rolePage/useComponents/baseConfig * style(components): fix fix eslit * feat(components): feat(useTabele) (user/role)page * feat(components): 用户模块开发 * feat(components): menu page * feat(components): 基础组件开发 用户/角色/菜单(新增菜单icon可选择/views组件树) * feat(components): 完善 /系统模块/菜单功能 * feat(components): 新增 => 用户/角色/菜单 列表状态控制 * fix(deps): 修复axios code403提示信息 新增用户弹框修改 角色绑定菜单select改为tree * feat(components): 联调 user/role/menu * fix(hooks): fix import lodash * feat(styles): fix eval add buildInfo * resou(styles): 加载loading init.css * resou(deps): 阿里icon变更为cdn引入 * feat(components): 对接接口 * feat(deps): 路由数据调整,pinia调整 * style(components): del console.log * feat(hooks): add directive * ci(deps): ecit env axios url * ci(deps): close production mock * feat(components): feat(components): admin init loading / init.css style * docs(deps): github 仓库地址修改 * feat(components): fix eslint/login/userPage/rolePage/useComponents/baseConfig * style(components): fix fix eslit * feat(components): feat(useTabele) (user/role)page * feat(components): 用户模块开发 * feat(components): menu page * feat(components): 基础组件开发 用户/角色/菜单(新增菜单icon可选择/views组件树) * feat(components): 完善 /系统模块/菜单功能 * feat(components): 新增 => 用户/角色/菜单 列表状态控制 * fix(deps): 修复axios code403提示信息 新增用户弹框修改 角色绑定菜单select改为tree * feat(components): 联调 user/role/menu * fix(hooks): fix import lodash * feat(styles): fix eval add buildInfo * resou(styles): 加载loading init.css * resou(deps): 阿里icon变更为cdn引入 * feat(components): 对接接口 * feat(deps): 路由数据调整,pinia调整 * style(components): del console.log * feat(hooks): add directive * ci(deps): ecit env axios url * ci(deps): close production mock * Update dev.yml * Update dev.yml * Update dev.yml * resou(deps): clear mock data * ci(hooks): fix 使用动态路由被tree shaking忽略 使用import.meta.glob的方式加载 * resou(deps): write changelog * 1.2.0-beta.0 * feat(components): 移除 moment 时间插件 删除第二套登录模板 登录页右上角不在显示版本信息 更换 logo * 1.2.0-beta.1 * fix(components): 修复tab 菜单绑定数据不一致问题 * docs(deps): update md * 1.2.1 Co-authored-by: yc6 <[email protected]>
- Loading branch information
Showing
136 changed files
with
5,920 additions
and
9,710 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,24 +1,24 @@ | ||
# PORT | ||
VITE_APP_PORT = 8010 | ||
# build | ||
VITE_APP_BUILD = dist | ||
# path | ||
VITE_APP_PATH = / | ||
# log | ||
VITE_APP_LOG = true | ||
# sourceMap | ||
VITE_APP_SOURCEMAP = false | ||
# https | ||
VITE_APP_HTTPS = false | ||
# open | ||
VITE_APP_OPEN = false | ||
# mock | ||
VITE_APP_MOCK = true | ||
# 生产mock | ||
VITE_APP_PROD_MOCK = true | ||
# title | ||
VITE_APP_TITLE = VnaiveAdmin | ||
# layout prefixCls | ||
VITE_APP_PREFIXCLS = Vnaive | ||
# rollup-plugin-visualizer | ||
VITE_APP_ANALYSIS = true | ||
# PORT | ||
VITE_APP_PORT = 8010 | ||
# build | ||
VITE_APP_BUILD = dist | ||
# path | ||
VITE_APP_PATH = / | ||
# close console.log | ||
VITE_APP_LOG = true | ||
# sourceMap | ||
VITE_APP_SOURCEMAP = false | ||
# https | ||
VITE_APP_HTTPS = false | ||
# open | ||
VITE_APP_OPEN = false | ||
# mock | ||
VITE_APP_MOCK = false | ||
# 生产mock | ||
VITE_APP_PROD_MOCK = true | ||
# title | ||
VITE_APP_TITLE = VnaiveAdmin | ||
# layout prefixCls | ||
VITE_APP_PREFIXCLS = Vnaive | ||
# rollup-plugin-visualizer | ||
VITE_APP_ANALYSIS = 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
# dev | ||
VITE_APP_PROXY = [["/api","http://localhost:3666"],["/tapi","http://localhost:3666"],["/douban","https://movie.douban.com/"]] | ||
# dev | ||
VITE_APP_PROXY = [["/api","https://dev.mmxxn.cn/admin"],["/tapi","http://localhost:3666"],["/douban","https://movie.douban.com/"]] |
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,10 +1,10 @@ | ||
{ | ||
"semi": false, | ||
"singleQuote": true, | ||
"printWidth": 80, | ||
"trailingComma": "all", | ||
"arrowParens": "avoid", | ||
"endOfLine": "lf", | ||
"tabWidth": 2, | ||
"bracketSpacing": true | ||
} | ||
{ | ||
"semi": false, | ||
"singleQuote": true, | ||
"printWidth": 80, | ||
"trailingComma": "all", | ||
"arrowParens": "avoid", | ||
"endOfLine": "lf", | ||
"tabWidth": 2, | ||
"bracketSpacing": 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
Oops, something went wrong.