上传地址优化
This commit is contained in:
parent
629f937be7
commit
3ccf84651d
|
|
@ -273,8 +273,8 @@ export default {
|
|||
dialogVisible: false,
|
||||
//上传地址
|
||||
// uploadUrl:'http://192.168.0.14:21624/system',//线上服务器地址+system
|
||||
uploadUrl:'http://112.29.103.165:21626/system',//线上服务器地址+system
|
||||
|
||||
// uploadUrl:'http://112.29.103.165:21626/system',//线上服务器地址+system
|
||||
uploadUrl: process.env.VUE_APP_BASE_API + "/system", // 上传的图片服务器地址
|
||||
// 表单校验
|
||||
rules: {
|
||||
contractCode: [
|
||||
|
|
|
|||
|
|
@ -309,7 +309,8 @@ export default {
|
|||
field101fileList:[],
|
||||
//上传地址
|
||||
// uploadUrl:'http://192.168.0.14:21624/system',//线上服务器地址+system
|
||||
uploadUrl:'http://112.29.103.165:21626/system',//线上服务器地址+system
|
||||
// uploadUrl:'http://112.29.103.165:21626/system',//线上服务器地址+system
|
||||
uploadUrl: process.env.VUE_APP_BASE_API + "/system", // 上传的图片服务器地址
|
||||
// uploadUrl:'http://10.40.92.102:9201',//本地测试
|
||||
dialogImageUrl: '',
|
||||
dialogVisible: false,
|
||||
|
|
|
|||
|
|
@ -215,8 +215,8 @@ export default {
|
|||
field101fileList:[],
|
||||
//上传地址
|
||||
// uploadUrl:'http://192.168.0.14:21624/system',//线上服务器地址+system
|
||||
uploadUrl:'http://112.29.103.165:21626/system',//线上服务器地址+system
|
||||
// uploadUrl:'http://192.168.5.12:9201',//本地测试
|
||||
// uploadUrl:'http://112.29.103.165:21626/system',//线上服务器地址+system
|
||||
uploadUrl: process.env.VUE_APP_BASE_API + "/system", // 上传的图片服务器地址
|
||||
// 表单校验
|
||||
rules: {
|
||||
dictName: [
|
||||
|
|
|
|||
|
|
@ -458,8 +458,8 @@ export default {
|
|||
field101fileList:[],
|
||||
//上传地址
|
||||
// uploadUrl:'http://192.168.0.14:21624/system',//线上服务器地址+system
|
||||
uploadUrl:'http://112.29.103.165:21626/system',//线上服务器地址+system
|
||||
// uploadUrl:'http://192.168.5.21:9201',//本地测试
|
||||
// uploadUrl:'http://112.29.103.165:21626/system',//线上服务器地址+system
|
||||
uploadUrl: process.env.VUE_APP_BASE_API + "/system", // 上传的图片服务器地址
|
||||
defaultProps: {
|
||||
children: "children",
|
||||
label: "label"
|
||||
|
|
|
|||
Loading…
Reference in New Issue