Browse Source

手机企业端返回首页

lrf402788946 5 năm trước cách đây
mục cha
commit
f45066e73d
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/pages/corp/views/index.vue

+ 1 - 1
src/pages/corp/views/index.vue

@@ -25,7 +25,7 @@ export default {
   computed: {},
   methods: {
     back() {
-      window.location.href = 'http://smart.jilinjobswx.cn/mobile';
+      window.location.href = 'http://smart.jilinjobswx.cn/mobile';
     },
   },
 };