This commit is contained in:
gtz217 2021-12-08 16:04:59 +08:00
parent d29b807247
commit 9f3c13f893
3 changed files with 3 additions and 31 deletions

View File

@ -1,18 +1,10 @@
/*
<<<<<<< HEAD
* @Author: gtz
* @Date: 2021-11-19 10:10:51
* @LastEditors: gtz
* @LastEditTime: 2021-12-07 11:07:26
* @LastEditTime: 2021-12-08 16:04:49
* @Description: file content
* @FilePath: \mt-qj-wms-ui\config\dev.env.js
=======
* @Author: zwq
* @Date: 2021-11-15 08:20:28
* @LastEditors: zwq
* @LastEditTime: 2021-12-06 15:34:11
* @Description:
>>>>>>> master
*/
'use strict'
const merge = require('webpack-merge')

View File

@ -1,18 +1,10 @@
/*
<<<<<<< HEAD
* @Author: gtz
* @Date: 2021-11-19 10:10:51
* @LastEditors: gtz
* @LastEditTime: 2021-12-07 11:07:20
* @LastEditTime: 2021-12-08 16:04:48
* @Description: file content
* @FilePath: \mt-qj-wms-ui\config\index.js
=======
* @Author: zwq
* @Date: 2021-11-15 08:20:28
* @LastEditors: zwq
* @LastEditTime: 2021-12-07 14:48:25
* @Description:
>>>>>>> master
*/
'use strict'
// Template version: 1.2.5
@ -30,17 +22,10 @@ module.exports = {
// 代理列表, 是否开启代理通过[./dev.env.js]配置
proxyTable: devEnv.OPEN_PROXY === false ? {} : {
'/proxyApi': {
<<<<<<< HEAD
target: 'http://192.168.0.109:8080/',
changeOrigin: true,
pathRewrite: {
'^/proxyApi': ''
=======
target: 'http://192.168.0.134:8080/',
changeOrigin: true,
pathRewrite: {
'^/proxyApi': '/api'
>>>>>>> master
}
}
},

View File

@ -1,13 +1,8 @@
/*
* @Author: zwq
* @Date: 2021-11-15 08:20:28
<<<<<<< HEAD
* @LastEditors: gtz
* @LastEditTime: 2021-12-07 11:07:41
=======
* @LastEditors: zwq
* @LastEditTime: 2021-12-06 15:15:08
>>>>>>> master
* @LastEditTime: 2021-12-08 16:04:50
* @Description:
*/
import Mock from 'mockjs'