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