Commit e3f218a2 authored by 陈帅's avatar 陈帅

set Lang

parent 238dca89
...@@ -3,7 +3,7 @@ export default { ...@@ -3,7 +3,7 @@ export default {
[ [
'umi-plugin-block-dev', 'umi-plugin-block-dev',
{ {
layout: 'ant-design-pro-user', layout: 'ant-design-pro',
menu: { menu: {
name: '主页', name: '主页',
icon: 'home', icon: 'home',
......
{ {
"private": true, "private": true,
"scripts": { "scripts": {
"dev": "cross-env PAGES_PATH='UserLogin/src' umi dev", "dev": "cross-env PAGES_PATH='EditorFlow/src' umi dev",
"lint": "npm run lint:ts && npm run lint:style && npm run lint:prettier", "lint": "npm run lint:ts && npm run lint:style && npm run lint:prettier",
"lint-staged": "lint-staged", "lint-staged": "lint-staged",
"lint-staged:ts": "tslint", "lint-staged:ts": "tslint",
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment