소스 검색

提交打包1

zhaojijng 2 년 전
부모
커밋
d5ff796b9e

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 4 - 4
dist/sgdaping/assets/hor_big_bg.3b7978e4.js


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 1 - 0
dist/sgdaping/assets/hor_big_bg.e74e941f.css


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 1
dist/sgdaping/assets/hor_big_bg.f3ce415d.css


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 1
dist/sgdaping/assets/index.13ce1ee6.js


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 1
dist/sgdaping/assets/index.1436db86.css


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 1 - 0
dist/sgdaping/assets/index.1ea471c3.js


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 1 - 1
dist/sgdaping/assets/index.2976e2b6.js


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 1 - 1
dist/sgdaping/assets/index.d03a8526.js


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 1
dist/sgdaping/assets/index.b1aa42d1.css


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 1 - 0
dist/sgdaping/assets/index.b7004b97.css


+ 0 - 1
dist/sgdaping/assets/index.c8932717.css

@@ -1 +0,0 @@
-.verticalWrap[data-v-51b77893]{padding:30px 40px;box-sizing:border-box;scrollbar-width:none;position:relative}.verticalWrap .bg[data-v-51b77893]{position:absolute;top:0;left:0;z-index:-1;right:0;bottom:0;overflow:hidden;background:#070a25}.verticalWrap .bg img[data-v-51b77893]{width:100%;height:100%}.verticalWrap .hor-head[data-v-51b77893]{height:150px;box-sizing:border-box}

+ 1 - 1
dist/sgdaping/assets/index.4756383d.js

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

+ 1 - 0
dist/sgdaping/assets/index.e9509c26.css

@@ -0,0 +1 @@
+.verticalWrap[data-v-43a6da08]{padding:30px 40px;box-sizing:border-box;scrollbar-width:none;position:relative}.verticalWrap .bg[data-v-43a6da08]{position:absolute;top:0;left:0;z-index:-1;right:0;bottom:0;overflow:hidden;background:#070a25}.verticalWrap .bg img[data-v-43a6da08]{width:100%;height:100%}.verticalWrap .hor-head[data-v-43a6da08]{height:150px;box-sizing:border-box}

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 1 - 0
dist/sgdaping/assets/index.f406ee57.css


+ 2 - 2
dist/sgdaping/index.html

@@ -5,8 +5,8 @@
     <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.2976e2b6.js"></script>
-    <link rel="stylesheet" href="/sgdaping/assets/index.1436db86.css">
+    <script type="module" crossorigin src="/sgdaping/assets/index.805d8a09.js"></script>
+    <link rel="stylesheet" href="/sgdaping/assets/index.f406ee57.css">
   </head>
   <body>
     <div id="app"></div>

+ 4 - 3
src/views/horiScreen/index.vue

@@ -84,7 +84,7 @@ export default {
     },
     setup() {
         const allData = reactive({
-            nowPage: 1,
+            nowPage: 3,
             showAllPage: 3,
             doneTowPage() {
                 //第二屏刷新结束 通知
@@ -106,7 +106,7 @@ export default {
                         return;
                     }
                     allData.timePageShow();
-                }, 3000);
+                }, 300000);
             },
         });
         onMounted(() => {
@@ -123,6 +123,7 @@ export default {
 .horizontalScreen {
     padding: 30px 40px 0;
     height: 100%;
+    overflow: hidden;
     box-sizing: border-box;
     scrollbar-width: none;
     position: relative;
@@ -162,7 +163,7 @@ export default {
             height: 100%;
         }
         .content-left-cont {
-            height: 50%;
+            height: 52%;
             .bottom-left {
                 width: 36%;
                 height: 100%;

+ 5 - 7
src/views/verScreen/index.vue

@@ -66,16 +66,15 @@ export default defineComponent({
     },
     setup() {
         const allData = reactive({
-            nowPage: 1,
+            nowPage: 3,
             showAllPage: 3,
             doneThreePage() {
                 //第三屏刷新结束 通知
-                debugger;
-                allData.nowPage = 1;
-                allData.timePageShow(); //1屏变2屏
+                //debugger;
+                // allData.nowPage = 1;
+                // allData.timePageShow(); //1屏变2屏
             },
             doneTowPage() {
-                debugger;
                 //第二屏刷新结束 通知
                 if (allData.showAllPage == 3) {
                     allData.nowPage = 3;
@@ -86,12 +85,11 @@ export default defineComponent({
             },
             timePageShow() {
                 var timeoutsign = setTimeout(() => {
-                    debugger;
                     allData.nowPage = allData.nowPage + 1;
                     // if (allData.nowPage == 4) {
                     //     allData.nowPage = 1;
                     // }
-                }, 6000);
+                }, 600000);
             },
         });