瀏覽代碼

Merge branch 'master' of http://git.2weisou.com/wangxiao/zkPCproject into master

newStyle
lancer 2 年之前
父節點
當前提交
8eb5db2d94
共有 2 個文件被更改,包括 2514 次插入1628 次删除
  1. +2512
    -1626
      src/views/Receive/index.vue
  2. +2
    -2
      vue.config.js

+ 2512
- 1626
src/views/Receive/index.vue
文件差異過大導致無法顯示
查看文件


+ 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.169: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']


Loading…
取消
儲存