xuzuoyun vor 5 Jahren
Ursprung
Commit
85b8644f6c

+ 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
       },