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) => {