|
@@ -54,6 +54,10 @@
|
|
|
location.reload()
|
|
|
}, 1000)
|
|
|
}
|
|
|
+ // 使用文档
|
|
|
+ const doDocument = async () => {
|
|
|
+ window.open('http://docs.site.ximengnaikang.com/web/#/51', '_blank')
|
|
|
+ }
|
|
|
|
|
|
//切换工厂
|
|
|
const changeFactory = () => {
|
|
@@ -72,6 +76,7 @@
|
|
|
...toRefs(state),
|
|
|
changeFactory,
|
|
|
doClear,
|
|
|
+ doDocument,
|
|
|
handleTabClick,
|
|
|
_init,
|
|
|
}
|
|
@@ -121,6 +126,7 @@
|
|
|
<el-icon><CaretBottom /></el-icon>
|
|
|
</el-button>
|
|
|
<!-- <el-button type="text" @click="doClear">清除缓存</el-button> -->
|
|
|
+ <el-button type="text" @click="doDocument">使用文档</el-button>
|
|
|
<!-- <vab-error-log /> -->
|
|
|
<vab-lock />
|
|
|
<!-- <vab-search /> -->
|