vcvcvcvcv

作者: 力_7e21 | 来源:发表于2020-06-06 17:48 被阅读0次

#### 阿瑟费极大释放

hhhhhkkl个黄金矿工开花结果


afasdfa

```jsx

import React from 'react';

import AsyncLoader from './asyncLoader';

function pageNotFound({staticContext}) {

if (staticContext) {

staticContext.code =404;

    }

return <div>404页面

}

export default [

{

path:'/a',

        component:AsyncLoader(() =>import('../pages/pageA')),

        exact:true

    },

    {

path:'/b',

        component:AsyncLoader(() =>import('../pages/pageB')),

        exact:true

    },

    {

path:'*',

        component:pageNotFound,

        exact:true

    }

]

```

相关文章

  • vcvcvcvcv

    #### 阿瑟费极大释放 hhhhhkkl个黄金矿工开花结果 afasdfa ```jsx import Reac...

网友评论

      本文标题:vcvcvcvcv

      本文链接:https://www.haomeiwen.com/subject/wvrozhtx.html