Przeglądaj źródła

feat:“参数调整弹窗根据位数提醒”

soobin 1 rok temu
rodzic
commit
6164a60d91
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      src/views/accountOperation/index.vue

+ 1 - 1
src/views/accountOperation/index.vue

@@ -66,7 +66,7 @@ export default {
     const pushPageList = (url) => {
       router.push(url);
     };
-    return { 
+    return {
       pushPageList,
       user,
     };