From 2b1cfeacf31e505d00a3613dd020fe14926950cd Mon Sep 17 00:00:00 2001
From: WXL <1785969728@qq.com>
Date: 星期一, 10 三月 2025 16:27:32 +0800
Subject: [PATCH] 测试完成
---
src/views/patient/patient/indexls.vue | 8 +++++---
1 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/src/views/patient/patient/indexls.vue b/src/views/patient/patient/indexls.vue
index 69e8b02..a28c411 100644
--- a/src/views/patient/patient/indexls.vue
+++ b/src/views/patient/patient/indexls.vue
@@ -10,7 +10,6 @@
import axios from "axios";
export default {
- name: "Discharge",
dicts: ["sys_normal_disable", "sys_user_sex", "sys_yujing", "sys_suggest"],
components: { Treeselect },
data() {
@@ -27,7 +26,7 @@
showSearch: true,
// 鎬绘潯鏁�
total: 0,
- linkUrl:'https://blog.csdn.net/weixin_46622350/article/details/119245415',
+ linkUrl:'https://www.google.com/blank.html',
// 鐢ㄦ埛琛ㄦ牸鏁版嵁
userList: null,
// 寮瑰嚭灞傛爣棰�
@@ -203,6 +202,9 @@
},
watch: {},
created() {
+ // this.gettoken();
+ },
+ mounted() {
this.gettoken();
},
activated() {},
@@ -219,7 +221,7 @@
})
.catch((error) => {
// 璇锋眰澶辫触
- console.error("Error:", error);
+ this.linkUrl='https://www.google.com/blank.html';
if (error.response) {
// 鏈嶅姟鍣ㄨ繑鍥炰簡閿欒鍝嶅簲
console.error("Status Code:", error.response.status);
--
Gitblit v1.9.3