guhongwei 4 éve
szülő
commit
eb1b4f9641

+ 1 - 1
src/views/user/parts/clickBtn.vue

@@ -32,7 +32,7 @@ export default {
   created() {},
   methods: {},
   computed: {
-    ...mapState(['user']),
+    // ...mapState(['user']),
     pageTitle() {
       return `${this.$route.meta.title}`;
     },

+ 1 - 1
src/views/userCenter/matter/detailinfo.vue

@@ -31,7 +31,7 @@ export default {
     // 返回
     navShow: true,
     // 产品名称
-    detailInfo: {name:'测试产品'},
+    detailInfo: { name: '测试产品' },
   }),
   created() {},
   computed: {},

+ 1 - 1
vue.config.js

@@ -20,7 +20,7 @@ module.exports = {
     //api地址前缀
     proxy: {
       '/weixin': {
-        target: 'http://smart.cc-lotus.info',
+        target: 'http://free.liaoningdoupo.com',
         changeOrigin: true,
         ws: true,
       },