'新增打印机官网跳转'
This commit is contained in:
@@ -12,6 +12,9 @@
|
||||
>
|
||||
<!-- router -->
|
||||
<!-- <el-menu-item index="1">处理中心</el-menu-item> -->
|
||||
<el-menu-item index="0" @click="jumpJXprinter">
|
||||
<i class="el-icon-printer"></i>京西云打印机
|
||||
</el-menu-item>
|
||||
<el-menu-item index="0" @click="downloadApp">
|
||||
<icon name="icon-download" scale="2" class="topbar-icon"></icon>下载京西到家商家版
|
||||
</el-menu-item>
|
||||
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user