From 18bd624421a2b00634b6e275368c6eae6f365ecb Mon Sep 17 00:00:00 2001 From: douzhuo <17611323298@163.com> Date: Wed, 16 Feb 2022 17:48:30 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/Customer/index.vue | 2 +- vue.config.js | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/Customer/index.vue b/src/views/Customer/index.vue index 1c08206..0079da1 100644 --- a/src/views/Customer/index.vue +++ b/src/views/Customer/index.vue @@ -705,7 +705,7 @@ export default { this.findUserListByHouseId(); this.getclientStage(); // 获取违禁词 - this.sensitivewordsList() + // this.sensitivewordsList() }, // 违禁词 sensitivewordsList() { diff --git a/vue.config.js b/vue.config.js index ae7c759..0646ad8 100644 --- a/vue.config.js +++ b/vue.config.js @@ -3,11 +3,11 @@ * https://cli.vuejs.org/zh/config/ */ // const url = 'http://pigx-gateway' -const url = 'http://39.97.167.65:9999' //测试 +// const url = 'http://39.97.167.65:9999' //测试 // const url = 'http://192.168.31.167:9999' //长龙 // const url = 'http://192.168.31.134:9999' //嘉豪 // const url = 'http://192.168.31.100:9999' //王笑 -// const url = 'http://62.234.122.43:9999' //正式 +const url = 'http://62.234.122.43:9999' //正式 const CompressionWebpackPlugin = require('compression-webpack-plugin') const productionGzipExtensions = ['js', 'css']