소스 검색

提交

newStyle
douzhuo 2 년 전
부모
커밋
18bd624421
2개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. +1
    -1
      src/views/Customer/index.vue
  2. +2
    -2
      vue.config.js

+ 1
- 1
src/views/Customer/index.vue 파일 보기

@@ -705,7 +705,7 @@ export default {
this.findUserListByHouseId();
this.getclientStage();
// 获取违禁词
this.sensitivewordsList()
// this.sensitivewordsList()
},
// 违禁词
sensitivewordsList() {


+ 2
- 2
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']


불러오는 중...
취소
저장