first commit

This commit is contained in:
刘通
2024-10-30 15:10:27 +08:00
parent 35e92433e3
commit 9dde3cf3c2
114 changed files with 14584 additions and 1979 deletions

View File

@@ -177,7 +177,7 @@
go(value) {
var url = window.location.href
console.log(url.split('#')[0])
if (value[url.split('#')[0]]) {
window.open(value[url.split('#')[0]])
} else {

View File

@@ -656,7 +656,10 @@
}
if (!value.weight && value.weight != 0) {
console.log(value.weight)
if (!Z.test(value.condition)) {
alert(value.condition)
console.log(value.condition)
issumm.is = false
issumm.msg = '请检查是否有范围未填'
}

View File

@@ -556,6 +556,7 @@
},
getdeepArr(obj) {
console.log(obj)
if (Array.isArray(obj)) {
return false
} else if (typeof obj == 'object') {
@@ -598,6 +599,7 @@
}
},
FieldUserArr() {
console.log(this.FieldUserObj)
if (this.FieldUserObj.length == 0) {
return []
} else {
@@ -613,7 +615,8 @@
obj.children = this.getdeepArr(JSON.parse(value.jsonValue))
return obj
})
// console.log(arr)
console.log(111111)
console.log(arr)
return arr
}
},

View File

@@ -3,7 +3,7 @@
<el-upload
:headers="header"
class="upload-demo"
action="Riskmanage/models/uploadAndParseFile"
action="/models/uploadAndParseFile"
:on-remove="handleRemove"
:before-remove="beforeRemove"
:before-upload="beforeUpload"

View File

@@ -3,7 +3,7 @@ export default {
title: '数据中心',
'http://ex.fibo.cn/': 'http://dx.fibo.cn',
'http://ex.demo.fibo.cn/': 'http://dx.demo.fibo.cn',
'http://47.102.125.25/': 'http://47.102.125.25:81'
'http://localhost:1025/': 'http://127.0.0.1:1024'
},
{
title: '权限系统',
@@ -36,7 +36,7 @@ export default {
title: '数据中心',
'http://ax.fibo.cn/': 'http://dx.fibo.cn',
'http://ax.demo.fibo.cn/': 'http://dx.demo.fibo.cn',
'http://47.102.125.25:82/': 'http://47.102.125.25:81'
'http://127.0.0.1/': 'http://127.0.0.1/:1024'
},
]