Browse Source

时间显示修改

zhaojijng 2 years ago
parent
commit
79e831b7a5

File diff suppressed because it is too large
+ 1 - 1
dist/sgdaping/assets/background.78e89ca2.js


File diff suppressed because it is too large
+ 1 - 1
dist/sgdaping/assets/background.22a5c38e.css


File diff suppressed because it is too large
+ 1 - 1
dist/sgdaping/assets/index.731bf0b4.js


File diff suppressed because it is too large
+ 1 - 1
dist/sgdaping/assets/index.3334df95.js


+ 1 - 1
dist/sgdaping/assets/index.626dd516.js

@@ -1 +1 @@
-import{i as e,r as n,o,l as t,_ as s,a as r,g as a}from"./index.731bf0b4.js";const c=e({setup(){return t(),n({}),o(()=>{}),{}}});function u(p,i,_,l,d,f){return a(),r("h2",null,"login\u9875\u9762")}const x=s(c,[["render",u]]);export{x as default};
+import{i as e,r as n,o,l as t,_ as s,a as r,g as a}from"./index.00c347fc.js";const c=e({setup(){return t(),n({}),o(()=>{}),{}}});function u(p,i,_,l,d,f){return a(),r("h2",null,"login\u9875\u9762")}const x=s(c,[["render",u]]);export{x as default};

File diff suppressed because it is too large
+ 1 - 1
dist/sgdaping/assets/index.118652d7.js


+ 1 - 1
dist/sgdaping/index.html

@@ -5,7 +5,7 @@
     <link rel="icon" type="image/svg+xml" href="/sgdaping/vite.svg" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <title>daping</title>
-    <script type="module" crossorigin src="/sgdaping/assets/index.731bf0b4.js"></script>
+    <script type="module" crossorigin src="/sgdaping/assets/index.00c347fc.js"></script>
     <link rel="stylesheet" href="/sgdaping/assets/index.c910de97.css">
   </head>
   <body>

+ 3 - 2
src/components/pageHead.vue

@@ -77,8 +77,9 @@ export default defineComponent({
             nowStr: moment().format("YYYY.MM.DD HH:mm"),
             setNowInterval() {
                 setInterval(() => {
-                    allData.nowstr = moment().format("YYYY.MM.DD HH:mm");
-                }, 5000);
+                    var nowTimeStr2 = moment().format("YYYY.MM.DD HH:mm");
+                    allData.nowStr = nowTimeStr2;
+                }, 30000);
             },
             changeScreen() {
                 if (allData.nowScreen == "vertical") {