From cf85139805b3f89729ba5bb9503f97f47a87755a Mon Sep 17 00:00:00 2001
From: wtq <2394975549@qq.com>
Date: Fri, 26 Dec 2025 09:41:28 +0800
Subject: [PATCH] =?UTF-8?q?'=E6=96=B0=E5=A2=9E=E6=89=93=E5=8D=B0=E6=9C=BA?=
=?UTF-8?q?=E5=AE=98=E7=BD=91=E8=B7=B3=E8=BD=AC'?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/components/menu/topbar.vue | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/src/components/menu/topbar.vue b/src/components/menu/topbar.vue
index eedcb43..b7f40a9 100644
--- a/src/components/menu/topbar.vue
+++ b/src/components/menu/topbar.vue
@@ -12,6 +12,9 @@
>
+
+ 京西云打印机
+
下载京西到家商家版
@@ -152,6 +155,10 @@ export default {
downloadApp() {
window.open('https://app.jxc4.com')
},
+ // 跳转到京西云打印机
+ jumpJXprinter(){
+ window.open('http://pweb.jxc4.com/')
+ },
// 请求修改
async handleReset () {
this.$refs.resetForm.validate(async (valid) => {