fix: modify
parent
926f5837f8
commit
e4243422c3
|
@ -17,6 +17,7 @@
|
|||
<script>
|
||||
import { reactive, toRefs } from 'vue'
|
||||
import { getSystemTreeConfigs } from 'services/system'
|
||||
import { Message } from 'element-ui'
|
||||
export default {
|
||||
setup() {
|
||||
const state = reactive({
|
||||
|
@ -45,6 +46,7 @@ export default {
|
|||
}
|
||||
getScreenConfigs()
|
||||
function goPage(path) {
|
||||
if (!path) return Message.error('缺少跳转地址,请前往 系统配置-系统对接 菜单进行配置')
|
||||
location.href = path
|
||||
}
|
||||
return {
|
||||
|
|
Loading…
Reference in New Issue