diff --git a/app/view/.umirc.js b/app/view/.umirc.js deleted file mode 100644 index cad269a..0000000 --- a/app/view/.umirc.js +++ /dev/null @@ -1,30 +0,0 @@ - -// ref: https://umijs.org/config/ -export default { - treeShaking: true, - routes: [ - { - path: '/', - component: '../layouts/index', - routes: [ - { path: '/', component: '../pages/index' } - ] - } - ], - plugins: [ - // ref: https://umijs.org/plugin/umi-plugin-react.html - ['umi-plugin-react', { - antd: false, - dva: false, - dynamicImport: false, - title: 'view', - dll: false, - - routes: { - exclude: [ - /components\//, - ], - }, - }], - ], -} diff --git a/app/view/.umirc.ts b/app/view/.umirc.ts deleted file mode 100644 index 9ff3b7e..0000000 --- a/app/view/.umirc.ts +++ /dev/null @@ -1,3 +0,0 @@ -export default { - npmClient: 'npm' -}; diff --git a/app/view/index.html b/app/view/index.html index 96845ce..2c0780c 100644 --- a/app/view/index.html +++ b/app/view/index.html @@ -1,10 +1,25 @@ - + -
- - - - - - - \ No newline at end of file + + + + + + + +