Commit 5732c5bf authored by ζ„šι“'s avatar ζ„šι“ Committed by Yu

fix userLayout

parent 9e862bee
...@@ -43,8 +43,8 @@ export default { ...@@ -43,8 +43,8 @@ export default {
routes: [ routes: [
{ {
path: '/user', path: '/user',
components: ['../layouts/UserLayout'], component: '../layouts/UserLayout',
routes: [], routes: [{ path: '/user', component: './Welcome' }],
}, },
{ {
path: '/', path: '/',
......
import React from 'react'; import React from 'react';
export default () => ( export default () => (
<p> <p style={{ textAlign: 'center' }}>
ζƒ³θ¦ζ·»εŠ ζ›΄ε€šι‘΅ι’οΌŸθ―·ε‚θ€ƒ{' '} ζƒ³θ¦ζ·»εŠ ζ›΄ε€šι‘΅ι’οΌŸθ―·ε‚θ€ƒ{' '}
<a href="https://umijs.org/guide/block.html" target="_blank" rel="noopener noreferrer"> <a href="https://umijs.org/guide/block.html" target="_blank" rel="noopener noreferrer">
umi εŒΊε— umi εŒΊε—
......
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