瀏覽代碼

接待详情优化

newStyle
jyt 2 年之前
父節點
當前提交
434210b4d6
共有 6 個檔案被更改,包括 537 行新增479 行删除
  1. 二進制
      src/views/Receive/icon/exportIcon.png
  2. 二進制
      src/views/Receive/icon/gu.png
  3. 二進制
      src/views/Receive/icon/ke.png
  4. 二進制
      src/views/Receive/icon/play.png
  5. +535
    -477
      src/views/Receive/index.vue
  6. +2
    -2
      vue.config.js

二進制
src/views/Receive/icon/exportIcon.png 查看文件

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

二進制
src/views/Receive/icon/gu.png 查看文件

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

二進制
src/views/Receive/icon/ke.png 查看文件

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

二進制
src/views/Receive/icon/play.png 查看文件

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

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


+ 2
- 2
vue.config.js 查看文件

@@ -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…
取消
儲存