18 Commits

Author SHA1 Message Date
huangxianjun
14f9b9720d 路由注册map改为function返回防止内容篡改; 异步路由时自动将/重定向到第一个子路由作为首页; 增加initRouter方法并调整login成功时路由加载; 当路由缓存意外被清理时自动重新加载 2021-03-19 12:10:29 +08:00
chenghongxing
9df2666304 fix: problem that old routes configuration not clearing when merging async routes; 🐛
修复:合并异步路由时,旧的路由配置未及时清除的问题。
2020-09-28 21:11:47 +08:00
iczer
45d62e4860 chore: optimize services model;🌟 2020-08-08 21:51:18 +08:00
iczer
bfb0358217 feat: add function of async router and async menu; 🌟
新增:异步路由和菜单功能;
2020-07-29 11:15:31 +08:00
chenghongxing
4e6a060dfe feat: add login blocking; 🌟
新增:登录拦截功能;
2020-07-20 22:39:46 +08:00
chenghongxing
82e5955c3b feat: add auth support for axios request; 🌟
新增:axios 请求添加 auth 认证支持;
2020-07-20 13:10:03 +08:00
iczer
b2e0accd97 feat: add cookie support for aixos; 🌟
新增:aixos 请求增加 cookie;
2020-07-18 14:39:52 +08:00
iczer
687a3adc37 chore: optimize the code; 🌟 2020-07-15 19:32:43 +08:00
iczer
3ff12474cd feat: add service module; 🌟
新增: 数据服务模块;
2020-07-15 19:15:23 +08:00
iczer
3f742a4dc1 chore: remove the deprecated API of Ant Design Vue; 🌟
移除 Ant Design Vue 废弃的 API;
2020-07-15 12:38:22 +08:00
iczer
4063a4f08a feat: add global night mode; 🌟
新增:全局夜晚模式;
2020-07-06 21:52:36 +08:00
iczer
5f68e2d231 chore: optimize the realization of theme color 🌟 2020-07-01 17:23:39 +08:00
iczer
fc0101f4e3 chore: rename some layout components; 🐶 2020-06-29 19:17:51 +08:00
iczer
b16b5893c8 新增:菜单组件增加国际化语言支持; 2020-06-23 14:22:11 +08:00
chenghongxing
ffed8a92a7 修改:更换logo; 2020-06-21 18:03:10 +08:00
iczer
e1da650eb1 更新: 升级开发环境至 vue-cli3; 更新依赖库版本;解决 IE11 下不能正确显示问题; 2020-06-15 18:24:31 +08:00
iczer
f8f0294c58 refactor: register ant-design-vue components in main.js #28 2018-09-20 11:41:28 +08:00
chenghx
f8483833f1 refactor: update to new project structure 2018-09-11 11:45:32 +08:00