瀏覽代碼

修改评论

xuzuoyun 5 年之前
父節點
當前提交
85b8644f6c
共有 3 個文件被更改,包括 24 次插入2 次删除
  1. 21 0
      src/views/modules/kuaishoucomment/commentManage.vue
  2. 1 0
      src/views/modules/video/video.vue
  3. 2 2
      vue.config.js

+ 21 - 0
src/views/modules/kuaishoucomment/commentManage.vue

@@ -0,0 +1,21 @@
+<template>
+    <a-button @click="qrbegin('add')" type="primary" icon="plus">
+      账号授权
+    </a-button>
+</template>
+
+<script>
+    export default {
+        name: "commentManage",
+        methods: {
+          qrbegin(){
+
+          }
+        },
+    }
+
+</script>
+
+<style scoped>
+
+</style>

+ 1 - 0
src/views/modules/video/video.vue

@@ -232,6 +232,7 @@ export default {
               this.dataShow.push(a)
             })
           }
+          // this.dataShow.push(...data)
         }
       })
     },

+ 2 - 2
vue.config.js

@@ -64,8 +64,8 @@ module.exports = {
          }
        },*/
       '/jeecg-boot': {
-        target: 'http://39.106.184.70:8080', //请求本地 需要jeecg-boot后台项目
-        // target: 'http://192.168.2.132:8080', //请求本地 需要jeecg-boot后台项目
+        // target: 'http://39.106.184.70:8080', //请求本地 需要jeecg-boot后台项目
+        target: 'http://localhost:8080', //请求本地 需要jeecg-boot后台项目
         ws: false,
         changeOrigin: true
       },