YY 2 年之前
父节点
当前提交
2a33e136b8
共有 3 个文件被更改,包括 30 次插入17303 次删除
  1. 25 17302
      package-lock.json
  2. 1 1
      src/views/selfShop/order/index.vue
  3. 4 0
      vue.config.js

文件差异内容过多而无法显示
+ 25 - 17302
package-lock.json


+ 1 - 1
src/views/selfShop/order/index.vue

@@ -187,7 +187,7 @@ export default {
     toBack() {
       this.view = 'list';
       this.loadings = true;
-      if (this.sales_id) {
+      if (this.$route.query.id) {
         delete this.$route.query.id;
       }
       this.search(this.searchQuery);

+ 4 - 0
vue.config.js

@@ -17,6 +17,10 @@ module.exports = {
   devServer: {
     port: '9001',
     proxy: {
+      '/ws': {
+        target: 'http://broadcast.waityou24.cn', // 127.0.0.1:13003
+        ws: true,
+      },
       '/files': {
         target: 'http://broadcast.waityou24.cn',
       },