摘要:
查看防火墙的状况 service iptables status 防火墙编辑 vi /etc/sysconfig/iptables # Firewall configuration written by system-config-firewall # Manual customization of 阅读全文
摘要:
这个错误是因为访问了不在路由内的路由 No match found for location with path 解决方案:在路由配置最末尾添加所有匹配不到的路由都跳转到404页面 { path: '/404', name: '404', component: () => import(/* web 阅读全文
摘要:
# install dependenciesnpm install # serve with hot reload at localhost:8080npm run dev # build for production with minificationnpm run build # build f 阅读全文