فهرست منبع

Merge branch 'master' of http://192.168.0.115:3000/shaogen1995/xiaoShiBianQian

DR/4DAGE 4 سال پیش
والد
کامیت
60955f6193
2فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 1 1
      src/router/index.js
  2. 1 1
      src/views/Home.vue

+ 1 - 1
src/router/index.js

@@ -26,7 +26,7 @@ const routes = [
 ]
 
 const router = new VueRouter({
-  mode: 'history',
+  // mode: 'history',
   base: process.env.BASE_URL,
   routes
 })

+ 1 - 1
src/views/Home.vue

@@ -286,7 +286,7 @@ export default {
     this.$nextTick(() => {
       // 所有dom加载完毕之后---要执行的代码
       setTimeout(() => {
-        this.$refs.ifr.contentWindow.changeStyle()
+        this.$refs.ifr.contentWindow.changeStyle(1)
         this.$refs.ifr.contentWindow.onAtimeShow(this.historyData[0].yeah)
       }, 1000)
     })