Browse Source

接待详情优化

newStyle
jyt 2 years ago
parent
commit
434210b4d6
6 changed files with 537 additions and 479 deletions
  1. BIN
      src/views/Receive/icon/exportIcon.png
  2. BIN
      src/views/Receive/icon/gu.png
  3. BIN
      src/views/Receive/icon/ke.png
  4. BIN
      src/views/Receive/icon/play.png
  5. +535
    -477
      src/views/Receive/index.vue
  6. +2
    -2
      vue.config.js

BIN
src/views/Receive/icon/exportIcon.png View File

Before After
Width: 32  |  Height: 32  |  Size: 737 B

BIN
src/views/Receive/icon/gu.png View File

Before After
Width: 72  |  Height: 72  |  Size: 2.8 KiB

BIN
src/views/Receive/icon/ke.png View File

Before After
Width: 72  |  Height: 72  |  Size: 3.1 KiB

BIN
src/views/Receive/icon/play.png View File

Before After
Width: 44  |  Height: 44  |  Size: 2.1 KiB

+ 535
- 477
src/views/Receive/index.vue
File diff suppressed because it is too large
View File


+ 2
- 2
vue.config.js View File

@@ -11,8 +11,8 @@
// const url = 'http://81.70.55.170:9999' // 新测试服务器IP
// const url = 'http://192.168.31.89:9999' //sh
// const url = 'https://zanyong.hfju.com' // 正式域名
const url = 'http://81.70.55.170:9999' // 新测试
// const url = 'http://82.156.35.22:9999' // 新正式ip
// const url = 'http://81.70.55.170:9999' // 新测试
const url = 'http://82.156.35.22:9999' // 新正式ip
const CompressionWebpackPlugin = require('compression-webpack-plugin')
const productionGzipExtensions = ['js', 'css']
module.exports = {


Loading…
Cancel
Save