zss
2023-12-08 43c445d11e1aa7f6700f136af4c6d654fdd9ba33
修复bug
已修改2个文件
8 ■■■■■ 文件已修改
src/views/warehouse/stock/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
vue.config.js 6 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/warehouse/stock/index.vue
@@ -333,7 +333,7 @@
          {
            minWidth: '100',
            prop: 'ifsBatchNo',
            label: 'IFS批次号',
            label: '批次号',
            sort: true,
            isTrue: true,
            isSearch: true,
vue.config.js
@@ -2,15 +2,13 @@
 * 配置参考:
 * https://cli.vuejs.org/zh/config/
 */
// const url = 'http://192.168.2.7:9999'
const url = 'http://192.168.32.45:9999'
//const url = 'http://192.168.2.7:9999'
//const url = 'http://192.168.32.45:9999'
// const url = 'http://192.168.0.23:9999'
//  const url = 'http://localhost:9999'
const url = 'http://localhost:9999'
// const url = 'http://ztt-gateway:9999'
const localUrl = 'http://localhost:8089'
//const localUrl = 'http://10.88.15.95:8089'
const CompressionWebpackPlugin = require('compression-webpack-plugin')