Your ROOT_URL in app.ini is http://git.zky.com/ but you are visiting http://61.178.84.89:8998/luoluo/ry_zhky/commit/b8062046d1fc78f4bd06dd31c2fc1c292c9c8f5b?style=unified&whitespace=ignore-all
You should set ROOT_URL correctly, otherwise the web may not work correctly.
1 changed files with
12 additions and
11 deletions
@ -301,6 +301,7 @@
}
this.postForm.repoList.forEach(item => {
item.repoId = item.repoId.split(",")[0].match(/\d+/)[0];
item.id=''
});
if (this.postForm.totalScore === 0) {
this.$notify({
@ -387,17 +388,17 @@
this.repoList.splice(index, 1)
},
fetchData(id) {
fetchDetail(id).then(response => {
this.postForm = response.data
if (this.postForm.startTime & & this.postForm.endTime) {
this.dateValues[0] = this.postForm.startTime
this.dateValues[1] = this.postForm.endTime
}
this.repoList = this.postForm.repoList
})
},
// fetchData(id) {
// fetchDetail(id).then(response => {
// this.postForm = response.data
//
// if (this.postForm.startTime & & this.postForm.endTime) {
// this.dateValues[0] = this.postForm.startTime
// this.dateValues[1] = this.postForm.endTime
// }
// this.repoList = this.postForm.repoList
// })
// },
// 选项卡成功回调执行事件(父窗体静默更新)
successTabCallback(result) {
if (result.data.code == web_status.SUCCESS) {