今天把网络方面的统一汇总1、设置请求头参数登录后token 统一放在请求头在文件/src/requestErrorConfig.ts 写方法export const tokenInit:RequestInterceptor = (url: string, options: RequestOptionsInit) => { const accessToken = localStora...
1、从服务端请求菜单写死的菜单数据可能满足不了我们的需求,我们可以在 src/app.tsx 定义 layout 对象// https://umijs.org/zh-CN/plugins/plugin-layout export const layout: RunTimeLayoutConfig = ({ initialState }) => { return { menu...
阿里巴巴开源的Admin框架,目前算是最主流的。该套模板是使用了React开发框架作为基础,下面我们梳理一下从零开始运行起来这个项目的过程。需要参考四个地址:官方git地址:https://github.com/ant-design/ant-design-pro/官网:https://pro.ant.design/zh-CN/模板组件:https://procomponents.ant.de...
uni-app是一个使用 Vue.js 开发所有前端应用的框架,开发者编写一套代码,可发布到iOS、Android、Web(响应式)、以及各种小程序(微信/支付宝/百度/头条/QQ/快手/钉钉/淘宝)、快应用等多个平台。uni-app 官网uni-app 插件市场uni-app 论坛HBuilderX 下载地址gitlab demo地址实现一些常用效果、封装通用组件和工具类项目结构├── c...