摘要: <template> <div id="app"> <router-view /> </div> </template> <script> export default { name: 'App', data() { return { //设置超时时间: 30分种 timeOut : 30 * 60 阅读全文
posted @ 2021-02-05 10:44 明知山有小脑斧 阅读(1127) 评论(0) 推荐(0)