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

fix userLayout

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