Your ROOT_URL in app.ini is http://git.zky.com/ but you are visiting http://61.178.84.89:8998/wangxy/hyp-front/commit/396c45f361152feeb871c16b6aa68cfe84d65a94?style=split&whitespace=ignore-eol
You should set ROOT_URL correctly, otherwise the web may not work correctly.
1 changed files with
1 additions and
0 deletions
@ -76,6 +76,7 @@
< el -tag v-if ="scope.row.childrenList.length > 0 && scope.row.childrenList.every(child => child.state === 1)" type="success" > 已 上 传 < / el -tag >
< el -tag v-if ="scope.row.childrenList.length > 0 && scope.row.childrenList.every(child => child.state === 1)" type="success" > 已 上 传 < / el -tag >
< el -tag v -else -if = " scope.row.childrenList.length > 0 && scope . row . childrenList . every ( child => child . state === 2 ) " type=" warning " > 已上传 < / e l - t a g >
< el -tag v -else -if = " scope.row.childrenList.length > 0 && scope . row . childrenList . every ( child => child . state === 2 ) " type=" warning " > 已上传 < / e l - t a g >
< el -tag v -else -if = " scope.row.childrenList.length > 0 && scope . row . childrenList . every ( child => child . state === null ) " type=" success " > 已上传 < / e l - t a g >
< el -tag v -else -if = " scope.row.childrenList.length > 0 && scope . row . childrenList . every ( child => child . state === null ) " type=" success " > 已上传 < / e l - t a g >
< el -tag v -else -if = " scope.row.childrenList.length = = = 0 " type = "warning" > 未上传 < / e l - t a g >
< el -tag v -else type = "warning" > 已上传 < / e l - t a g >
< el -tag v -else type = "warning" > 已上传 < / e l - t a g >
< / template >
< / template >
< / e l - t a b l e - c o l u m n >
< / e l - t a b l e - c o l u m n >