seimin лет назад: 3
Родитель
Сommit
a0ceed2bde
1 измененных файлов с 8 добавлено и 8 удалено
  1. 8 8
      src/views/changePassword.vue

+ 8 - 8
src/views/changePassword.vue

@@ -11,20 +11,20 @@
11
           >
11
           >
12
         </div>
12
         </div>
13
         <div class="demoItem">
13
         <div class="demoItem">
14
-          <cube-button light>
15
-            <a href="https://oah5.zuel.edu.cn/Mobile/UserPwdInfo"
16
-              >OA修改密码</a
17
-            ></cube-button
18
-          >
19
-        </div>
20
-        <div class="demoItem">
21
-          <cube-button light @click="showToast()">认证计费密码修改</cube-button>
14
+          <cube-button light @click="showToast()">校园网认证密码修改</cube-button>
22
         </div>
15
         </div>
23
         <div class="demoItem">
16
         <div class="demoItem">
24
           <cube-button light @click="toChangePassword()"
17
           <cube-button light @click="toChangePassword()"
25
             >邮箱密码修改</cube-button
18
             >邮箱密码修改</cube-button
26
           >
19
           >
27
         </div>
20
         </div>
21
+        <div class="demoItem">
22
+          <cube-button light>
23
+            <a href="https://oah5.zuel.edu.cn/Mobile/UserPwdInfo"
24
+              >OA修改密码</a
25
+            ></cube-button
26
+          >
27
+        </div>
28
       </div>
28
       </div>
29
     </div>
29
     </div>
30
   </div>
30
   </div>