1.0.1 • Published 1 year ago
启动步骤
npm install
npm run start
todo
x 刷新
x 关闭其他页面(关闭左边,关闭右边,关闭其他,关闭所有)
x link 页面跳转事件
x 方法实现页面跳转
多语言
多语言开发执行如下的开发模式,
1.先开发完毕需求
2.释出多语言文本,执行 npm run extractLocale 命令,会将新增的文本释出到 locale 目录下
3.翻译 locale 目录下的文本
4.执行 npm run compileLocale 将翻译好的命令打包到项目中,目录为 src/i18n/locale 下
antd升级限制
antd版本不要高于4.22.2, 否则组件显示有问题