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/20968e70c5a67a39749c13fc058702b680b62598?style=unified&whitespace=ignore-change
You should set ROOT_URL correctly, otherwise the web may not work correctly.
10 changed files with
10 additions and
10 deletions
@ -281,7 +281,7 @@ export default {
getDetail ( applyId ) . then ( response => {
this . form . isReward = response . data . isReward ;
this . editOpen = true ;
this . title = " 修改 申请";
this . title = " 申请审核 ";
this . fileData . forEach ( ( item ) => {
item . childrenList = [ ]
} )
@ -343,7 +343,7 @@ export default {
getDetail ( applyId ) . then ( response => {
this . form . isReward = response . data . isReward ;
this . editOpen = true ;
this . title = " 修改申请 ";
this . title = " 评分 ";
this . fileData . forEach ( ( item ) => {
item . childrenList = [ ]
} )
@ -280,7 +280,7 @@ export default {
getDetail ( applyId ) . then ( response => {
this . form . isReward = response . data . isReward ;
this . editOpen = true ;
this . title = " 修改 申请";
this . title = " 申请审核 ";
this . fileData . forEach ( ( item ) => {
item . childrenList = [ ]
} )
@ -343,7 +343,7 @@ export default {
getDetail ( applyId ) . then ( response => {
this . form . isReward = response . data . isReward ;
this . editOpen = true ;
this . title = " 修改申请 ";
this . title = " 评分 ";
this . fileData . forEach ( ( item ) => {
item . childrenList = [ ]
} )
@ -276,7 +276,7 @@ export default {
getDetail ( applyId ) . then ( response => {
this . form . isReward = response . data . isReward ;
this . editOpen = true ;
this . title = " 修改 申请";
this . title = " 申请审核 ";
this . fileData . forEach ( ( item ) => {
item . childrenList = [ ]
} )
@ -340,7 +340,7 @@ export default {
getDetail ( applyId ) . then ( response => {
this . form . isReward = response . data . isReward ;
this . editOpen = true ;
this . title = " 修改申请 ";
this . title = " 评分 ";
this . fileData . forEach ( ( item ) => {
item . childrenList = [ ]
} )
@ -281,7 +281,7 @@ export default {
getDetail ( applyId ) . then ( response => {
this . form . isReward = response . data . isReward ;
this . editOpen = true ;
this . title = " 修改 申请";
this . title = " 申请审核 ";
this . fileData . forEach ( ( item ) => {
item . childrenList = [ ]
} )
@ -343,7 +343,7 @@ export default {
getDetail ( applyId ) . then ( response => {
this . form . isReward = response . data . isReward ;
this . editOpen = true ;
this . title = " 修改申请 ";
this . title = " 评分 ";
this . fileData . forEach ( ( item ) => {
item . childrenList = [ ]
} )
@ -281,7 +281,7 @@ export default {
getDetail ( applyId ) . then ( response => {
this . form . isReward = response . data . isReward ;
this . editOpen = true ;
this . title = " 修改 申请";
this . title = " 申请审核 ";
this . fileData . forEach ( ( item ) => {
item . childrenList = [ ]
} )
@ -343,7 +343,7 @@ export default {
getDetail ( applyId ) . then ( response => {
this . form . isReward = response . data . isReward ;
this . editOpen = true ;
this . title = " 修改申请 ";
this . title = " 评分 ";
this . fileData . forEach ( ( item ) => {
item . childrenList = [ ]
} )