Просмотр исходного кода

更新 图片路径;新功能日志

wzg 2 лет назад
Родитель
Сommit
00a54a188e
2 измененных файлов с 8 добавлено и 8 удалено
  1. 6 6
      src/components/Header.vue
  2. 2 2
      src/views/index/Login.vue

+ 6 - 6
src/components/Header.vue

@@ -59,10 +59,10 @@
 import store from "../store";
 import store from "../store";
 import router from "../router";
 import router from "../router";
 import { onMounted, ref } from "vue";
 import { onMounted, ref } from "vue";
-import { AnonymousLogin, tcb } from "../apis/cloudLogin";
-const db = tcb.database();
-const v = db.collection("huihenduo_versions");
-const __ = db.command;
+// import { AnonymousLogin, tcb } from "../apis/cloudLogin";
+// const db = tcb.database();
+// const v = db.collection("huihenduo_versions");
+// const __ = db.command;
 
 
 export default {
 export default {
   setup() {
   setup() {
@@ -89,8 +89,8 @@ export default {
     }
     }
 
 
     async function cloudLogin() {
     async function cloudLogin() {
-      await AnonymousLogin();
-      getAbledVersions();
+      // await AnonymousLogin();
+      // getAbledVersions();
     }
     }
     return {
     return {
       quit,
       quit,

+ 2 - 2
src/views/index/Login.vue

@@ -49,7 +49,7 @@
         <div class="df aic jcc" style="margin-top: 55px">
         <div class="df aic jcc" style="margin-top: 55px">
           <img
           <img
             style="height: 20px"
             style="height: 20px"
-            src="https://6875-huihenduo-2gx127w7f837b584-1255802371.tcb.qcloud.la/miniapp-static/%E6%B1%87%E5%BE%88%E5%A4%9Alogo-%E5%B7%A6%E5%8F%B3.png"
+            src="https://frontend-1255802371.cos.ap-shanghai.myqcloud.com/miniapp-static/%E6%B1%87%E5%BE%88%E5%A4%9Alogo-%E5%B7%A6%E5%8F%B3.png"
             alt=""
             alt=""
           />
           />
           <div
           <div
@@ -238,7 +238,7 @@ export default {
 
 
 .title-left {
 .title-left {
   height: 38px;
   height: 38px;
-  /* background: url(https://6875-huihenduo-2gx127w7f837b584-1255802371.tcb.qcloud.la/web-static/wuchan3.jpg); */
+  /* background: url(https://frontend-1255802371.cos.ap-shanghai.myqcloud.com/web-static/wuchan3.jpg); */
   background-size: contain;
   background-size: contain;
   background-repeat: no-repeat;
   background-repeat: no-repeat;
   line-height: 38px;
   line-height: 38px;