@@ -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);
@@ -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',
},