中国算力平台算力登记系统2.0
yanzhaofeige
2024-09-30 1f170bfc65dfa63f0df0b5f1d8810834f187a16a
commit | author | age
43dc29 1 <script>
Y 2 export default {
3   created() {
4     const { params, query } = this.$route
5     const { path } = params
6     this.$router.replace({ path: '/' + path, query })
7   },
8   render: function(h) {
9     return h() // avoid warning message
10   }
11 }
12 </script>