浏览代码

bug 修复

lilei 3 年之前
父节点
当前提交
d3944c042d
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      src/views/Home.vue
  2. 1 1
      vue.config.js

+ 1 - 1
src/views/Home.vue

@@ -53,7 +53,7 @@ export default {
   },
   methods: {
     hasNewProduct () {
-      this.openNewProduct = true
+      // this.openNewProduct = true
     }
   },
   beforeRouteEnter (to, from, next) {

+ 1 - 1
vue.config.js

@@ -109,7 +109,7 @@ const vueConfig = {
     proxy: {
       '/api': {
         // target: 'http://192.168.16.194:8503/qpls-md',
-        target: 'http://qpls-md.360arrow.com.cn/qpls-md', //  Ô¤·¢²¼
+        target: 'https://qpls-md.360arrow.com.cn/qpls-md', //  Ô¤·¢²¼
         // target: 'http://qpls-md.360arrow.com/qpls-md', //  Éú²ú
         // ws: false,
         ws: true,