diff --git a/dist.zip b/dist.zip new file mode 100644 index 0000000..d5da455 Binary files /dev/null and b/dist.zip differ diff --git a/index.html b/index.html index 4329ebf..7822bff 100644 --- a/index.html +++ b/index.html @@ -4,7 +4,7 @@ - 医风医德考评系统 + 医风医德管理系统 diff --git a/src/views/year_evaluation_summary/index.vue b/src/views/year_evaluation_summary/index.vue index b328d95..d68d241 100644 --- a/src/views/year_evaluation_summary/index.vue +++ b/src/views/year_evaluation_summary/index.vue @@ -46,7 +46,7 @@ const dataSource = ref([]); const viewDetail = (data: any) => { console.log(data) - window.open(baseURL+"/api/backend/automatic_publicity/dailyexport?id="+data.id, '_blank') + window.open(baseURL+"/api/backend/automatic_publicity/dailyexport?id="+data.id + '&token=' + userStore.token, '_blank') } // 修改分页参数定义