Parcourir la source

测试。

git-svn-id: https://202.107.226.68:8443/svn/Services/ResistanceMonitor@10 a05970a1-87b9-9d4f-9ee5-fa77e2ec115b
yinwei il y a 1 an
Parent
commit
f75d50ea7a
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      2.Web/src/views/404.vue

+ 1 - 0
2.Web/src/views/404.vue

@@ -15,6 +15,7 @@ export default {
  },
  methods: {
   go_back() {
+   // 回到上一级
    this.$router.go(-1)
   },
  },