Browse Source

拼图完成

张值绫 3 years ago
parent
commit
8a5edd41f2

File diff suppressed because it is too large
+ 1 - 0
dist/css/chunk-0ad1913c.0396357f.css


File diff suppressed because it is too large
+ 0 - 1
dist/css/chunk-7e713b05.66f80771.css


File diff suppressed because it is too large
+ 1 - 1
dist/index.html


File diff suppressed because it is too large
+ 2 - 2
dist/js/app.fe2d53c4.js


File diff suppressed because it is too large
+ 1 - 1
dist/js/app.fe2d53c4.js.map


File diff suppressed because it is too large
+ 3 - 3
dist/js/chunk-7e713b05.b2594421.js


File diff suppressed because it is too large
+ 1 - 0
dist/js/chunk-0ad1913c.e369154d.js.map


File diff suppressed because it is too large
+ 0 - 1
dist/js/chunk-7e713b05.b2594421.js.map


+ 2 - 2
src/router/index.js

@@ -82,7 +82,7 @@ const routes = [
     name:'puzzles',
     name:'puzzles',
     component:()=>import('../views/ningdongyunying/puzzle/puzzles.vue'),
     component:()=>import('../views/ningdongyunying/puzzle/puzzles.vue'),
     meta:{
     meta:{
-      title:'拼图游戏'
+      title:'智慧拼图'
     }
     }
   },
   },
   //宁东运营部拼图游戏详情
   //宁东运营部拼图游戏详情
@@ -91,7 +91,7 @@ const routes = [
     name:'puzzle-info',
     name:'puzzle-info',
     component:()=>import('../views/ningdongyunying/puzzle/puzzle-info.vue'),
     component:()=>import('../views/ningdongyunying/puzzle/puzzle-info.vue'),
     meta:{
     meta:{
-      title:'拼图游戏'
+      title:'智慧拼图'
     }
     }
   },
   },
   //路由重定向
   //路由重定向

+ 1 - 1
src/views/ningdongyunying/puzzle/puzzle-info.vue

@@ -584,7 +584,7 @@ export default {
     // sessionStorage.setItem("mytoken", this.token); //存入token值
     // sessionStorage.setItem("mytoken", this.token); //存入token值
     this.drawLiquidfill();
     this.drawLiquidfill();
     this.getpuzzle(this.$route.query.id);
     this.getpuzzle(this.$route.query.id);
-    this.shows = Boolean(getAllUrlParams(window.location.href).tabbar); //获取tabber
+    // this.shows = Boolean(getAllUrlParams(window.location.href).tabbar); //获取tabber
     console.log(this.shows);
     console.log(this.shows);
     // console.log(this.dealtime);
     // console.log(this.dealtime);
     // console.log(1/this.imgArr.length);
     // console.log(1/this.imgArr.length);