lilei 3 лет назад
Родитель
Сommit
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: {
   methods: {
     hasNewProduct () {
     hasNewProduct () {
-      this.openNewProduct = true
+      // this.openNewProduct = true
     }
     }
   },
   },
   beforeRouteEnter (to, from, next) {
   beforeRouteEnter (to, from, next) {

+ 1 - 1
vue.config.js

@@ -109,7 +109,7 @@ const vueConfig = {
     proxy: {
     proxy: {
       '/api': {
       '/api': {
         // target: 'http://192.168.16.194:8503/qpls-md',
         // 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', //  Éú²ú
         // target: 'http://qpls-md.360arrow.com/qpls-md', //  Éú²ú
         // ws: false,
         // ws: false,
         ws: true,
         ws: true,