朱鑫波 4 år sedan
förälder
incheckning
ad5b968ffb
3 ändrade filer med 5 tillägg och 4 borttagningar
  1. 0 1
      src/components/layouts/TabLayout.vue
  2. 4 2
      src/views/playerPart/playerList.vue
  3. 1 1
      vue.config.js

+ 0 - 1
src/components/layouts/TabLayout.vue

@@ -170,7 +170,6 @@
         let waitRouter = this.pageList[index]
         this.$router.push(Object.assign({}, waitRouter));
         // this.changeTitle(waitRouter.meta.title)
-        console.log(key)
         if(key!='/material/musicMaterial'){
           this.clearPlayList()
         }

+ 4 - 2
src/views/playerPart/playerList.vue

@@ -11,7 +11,8 @@
                                 </div>
                                 <div class="hoverBody">
                                     <div class="blackBG">
-                                        <a-button type="primary" @click="preview(item)">弹窗预览</a-button>
+                                        <a-button type="primary" @click="preview(item)" style="margin-bottom:30px">弹窗预览</a-button>
+                                        <a-button type="primary" @click="preview(item)">使用模板</a-button>
                                     </div>
                                 </div>
                             </div>
@@ -27,7 +28,7 @@
                 </div>
             </div>
         </div>
-        <div class="previewBody" v-show="previewBody">
+        <div class="previewBody" v-if="previewBody">
             <div class="content">
                 <div class="content-inner">
                     <div class="phone">
@@ -179,6 +180,7 @@ export default {
                 -webkit-box-pack: center;
                 justify-content: center;
                 background-color: rgba(0, 0, 0, 0.5);
+                flex-flow: column;
 
             }
             .byted-card:hover {

+ 1 - 1
vue.config.js

@@ -68,7 +68,7 @@ module.exports = {
     open : true,
     proxy: {
       '/jeecg-boot': {
-         target: 'http://192.168.1.8:8080', //请求本地 需要jeecg-boot后台项目  蒙蒙
+        //  target: 'http://192.168.1.8:8080', //请求本地 需要jeecg-boot后台项目  蒙蒙
         // target: 'http://192.168.0.59:8088', //请求本地 需要jeecg-boot后台项目  英豪
         // target: 'http://192.168.1.72:8088', //请求本地 需要jeecg-boot后台项目  英豪
         // target: 'http://192.168.2.115:8080', //请求本地 需要jeecg-boot后台项目  祚云