From cd129aa949dff285cda41080523eb89b1f7b68be Mon Sep 17 00:00:00 2001 From: gssong <1742057357@qq.com> Date: 星期日, 24 三月 2024 15:13:05 +0800 Subject: [PATCH] update 路由跳转 --- src/views/index.vue | 17 ++++++++--------- 1 files changed, 8 insertions(+), 9 deletions(-) diff --git a/src/views/index.vue b/src/views/index.vue index 4b3bebd..3f853a3 100644 --- a/src/views/index.vue +++ b/src/views/index.vue @@ -33,14 +33,14 @@ * 閮ㄧ讲鏂瑰紡 Docker 瀹瑰櫒缂栨帓 涓�閿儴缃蹭笟鍔¢泦缇�<br /> * 鍥介檯鍖� SpringMessage Spring鏍囧噯鍥介檯鍖栨柟妗�<br /> </p> - <p><b>褰撳墠鐗堟湰:</b> <span>v5.0.0</span></p> + <p><b>褰撳墠鐗堟湰:</b> <span>v5.1.2</span></p> <p> <el-tag type="danger">¥鍏嶈垂寮�婧�</el-tag> </p> <p> <el-button type="primary" icon="Cloudy" plain @click="goTarget('https://gitee.com/dromara/RuoYi-Vue-Plus')">璁块棶鐮佷簯</el-button> <el-button type="primary" icon="Cloudy" plain @click="goTarget('https://github.com/dromara/RuoYi-Vue-Plus')">璁块棶GitHub</el-button> - <el-button type="primary" icon="Cloudy" plain @click="goTarget('https://javalionli.gitee.io/plus-doc/#/ruoyi-vue-plus/changlog')" + <el-button type="primary" icon="Cloudy" plain @click="goTarget('https://plus-doc.dromara.org/#/ruoyi-vue-plus/changlog')" >鏇存柊鏃ュ織</el-button > </p> @@ -78,14 +78,14 @@ * 鍒嗗竷寮忕洃鎺� Prometheus銆丟rafana 鍏ㄦ柟浣嶆�ц兘鐩戞帶<br /> * 鍏朵綑涓� Vue 鐗堟湰涓�鑷�<br /> </p> - <p><b>褰撳墠鐗堟湰:</b> <span>v2.0.0</span></p> + <p><b>褰撳墠鐗堟湰:</b> <span>v2.1.2</span></p> <p> <el-tag type="danger">¥鍏嶈垂寮�婧�</el-tag> </p> <p> <el-button type="primary" icon="Cloudy" plain @click="goTarget('https://gitee.com/dromara/RuoYi-Cloud-Plus')">璁块棶鐮佷簯</el-button> <el-button type="primary" icon="Cloudy" plain @click="goTarget('https://github.com/dromara/RuoYi-Cloud-Plus')">璁块棶GitHub</el-button> - <el-button type="primary" icon="Cloudy" plain @click="goTarget('https://javalionli.gitee.io/plus-doc/#/ruoyi-cloud-plus/changlog')" + <el-button type="primary" icon="Cloudy" plain @click="goTarget('https://plus-doc.dromara.org/#/ruoyi-cloud-plus/changlog')" >鏇存柊鏃ュ織</el-button > </p> @@ -96,10 +96,9 @@ </template> <script setup name="Index" lang="ts"> - -const goTarget = (url:string) => { - window.open(url, '__blank') -} +const goTarget = (url: string) => { + window.open(url, '__blank'); +}; </script> <style scoped lang="scss"> @@ -125,7 +124,7 @@ margin: 0; } - font-family: "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif; + font-family: 'open sans', 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 13px; color: #676a6c; overflow-x: hidden; -- Gitblit v1.9.3