摘要: 重写 push 事件 import VueRouter from 'vue-router' const originalPush = VueRouter.prototype.push VueRouter.prototype.push = function push(location, onResol 阅读全文
posted @ 2021-06-01 15:24 几许风雨 阅读(220) 评论(0) 推荐(0)
摘要: 1. 查看进程 tasklist /fi "imagename eq nginx.exe" 2.杀进程 taskkill /f /pid 16900 /pid 19012 3.重载配置 nginx.exe -s reload 需要在nginx文件夹内 阅读全文
posted @ 2021-06-01 13:24 几许风雨 阅读(2782) 评论(0) 推荐(0)