shaogen1995 il y a 11 mois
Parent
commit
0593fcff3c

+ 2 - 2
Code/public/myData/myData.js

@@ -6,13 +6,13 @@ const isPcTemp = document.documentElement.clientWidth >= 1200
 const baseUrlLoc = 'http://192.168.20.55:8080/staticData/'
 
 // Build开发资源目录
-const baseUrlAtl = 'xxxxxxxxxxxxxxxxx/staticData/'
+const baseUrlAtl = 'https://houseoss.4dkankan.com/project/henan/staticData/'
 
 // 一些动态配置的数据
 const myDataTemp = {
   // 开发调试为 false  正式上线为  true
   // 开发调试的时候 取消所有加载进度条 所有的视频动画都加上跳过按钮
-  isLdong: false,
+  isLdong: true,
 
   // 首页(静态资源目录位置:staticData/home)
   home: {

+ 1 - 1
Code/src/pages/A2visit/index.tsx

@@ -33,7 +33,7 @@ function A2visit() {
         isShow={cutVideoShow}
         iconSrc={`${baseURL}visit/mulu.png`}
         parentFu={() => btnStart()}
-        bgImg={`${baseURL}/${myData.visit.bgImg}`}
+        bgImg={`${baseURL}${myData.visit.bgImg}`}
       />
 
       {/* 过度动画页面 */}

+ 1 - 1
Code/src/pages/A3banquet/index.tsx

@@ -33,7 +33,7 @@ function A3banquet() {
         isShow={cutVideoShow}
         iconSrc={`${baseURL}banquet/mulu.png`}
         parentFu={() => btnStart()}
-        bgImg={`${baseURL}/${myData.banquet.bgImg}`}
+        bgImg={`${baseURL}${myData.banquet.bgImg}`}
       />
 
       {/* 过度动画页面 */}

+ 1 - 1
Code/src/pages/A6plow/index.tsx

@@ -76,7 +76,7 @@ function A6plow() {
         isShow={cutVideoShow}
         iconSrc={`${baseURL}plow/mulu.png`}
         parentFu={() => btnStart()}
-        bgImg={`${baseURL}/${myData.plow.baseImg}`}
+        bgImg={`${baseURL}${myData.plow.baseImg}`}
       />
 
       {/* 主要内容 */}

+ 0 - 1
Code/src/pages/B1more/S3goods/index.module.scss

@@ -39,7 +39,6 @@
           height: 100%;
           transition: width 0.5s;
           overflow-x: auto;
-          overflow-y: hidden;
           padding: 15px 0;
           white-space: nowrap;
           display: inline-block;

+ 0 - 1
Code/src/pages/B4xian/index.module.scss

@@ -5,7 +5,6 @@
       width: 100%;
       height: 100%;
       overflow-x: auto;
-      overflow-y: hidden;
       &::-webkit-scrollbar {
         display: none;
       }