摘要: 》普通滚动 》组件滚动 阅读全文
posted @ 2020-04-02 20:30 是你的天天呢 阅读(572) 评论(0) 推荐(0)
摘要: 》路由 utils 公用方法 》routerList 中引入加载 阅读全文
posted @ 2020-04-02 20:26 是你的天天呢 阅读(1537) 评论(0) 推荐(0)
摘要: import React, { Component } from 'react' import { Route, Redirect, Switch } from 'react-router-dom' export default class RouterView extends Component  阅读全文
posted @ 2020-04-02 20:21 是你的天天呢 阅读(2286) 评论(2) 推荐(0)
摘要: 当使用Egg 渲染模板,渲染Html时可以选择 NunJucks npm install egg-view-nunjucks -S <1>. 在 config.default.js 中写入配置 config.view = { mapping: { '.html': 'nunjucks' } } <2 阅读全文
posted @ 2020-04-02 20:15 是你的天天呢 阅读(2667) 评论(0) 推荐(1)
摘要: 当运行终端时出现 error TS5058: The specified path does not exist:(错误TS5058:指定的路径不存在:) ctrl + shift + p 然后选择第一个终端 tsconfig.json 设置 阅读全文
posted @ 2020-04-02 20:10 是你的天天呢 阅读(500) 评论(0) 推荐(0)