兰宝车间质量管理系统-前端
疯狂的狮子Li
2024-12-24 7772c7c7d646452ac9a50cb76b1f2be10e7a1d40
src/views/error/401.vue
@@ -24,11 +24,11 @@
let { proxy } = getCurrentInstance() as ComponentInternalInstance;
const errGif = ref(errImage + "?" + +new Date());
const errGif = ref(errImage + '?' + +new Date());
function back() {
  if (proxy?.$route.query.noGoBack) {
    proxy.$router.push({ path: "/" });
    proxy.$router.push({ path: '/' });
  } else {
    proxy?.$router.go(-1);
  }