移植apilogs,新增备注字段
This commit is contained in:
parent
a7e9dbce9f
commit
6eeb79261a
|
@ -7,6 +7,7 @@
|
||||||
<el-button type="primary" @click="openFullScreen1" v-loading.fullscreen.lock="fullscreenLoading"
|
<el-button type="primary" @click="openFullScreen1" v-loading.fullscreen.lock="fullscreenLoading"
|
||||||
style="position: absolute; top: -100px">
|
style="position: absolute; top: -100px">
|
||||||
</el-button>
|
</el-button>
|
||||||
|
|
||||||
<div style="
|
<div style="
|
||||||
position: fixed;
|
position: fixed;
|
||||||
background-color: #fafafa;
|
background-color: #fafafa;
|
||||||
|
|
|
@ -0,0 +1,22 @@
|
||||||
|
<template>
|
||||||
|
<div>
|
||||||
|
</div>
|
||||||
|
</template>
|
||||||
|
<script>
|
||||||
|
export default {
|
||||||
|
created() {
|
||||||
|
window.open('http://192.168.2.79:9999/kangarooDataCenterV3/jmreport/list')
|
||||||
|
this.$router.go(-1)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
</script>
|
||||||
|
|
||||||
|
|
||||||
|
<style scoped lang="scss">
|
||||||
|
.box {
|
||||||
|
display: flex;
|
||||||
|
//justify-content: center;
|
||||||
|
//align-items: center;
|
||||||
|
height: 80vh;
|
||||||
|
}
|
||||||
|
</style>
|
|
@ -104,11 +104,11 @@ const settingMenu = [
|
||||||
icon: "masterDataMenu03",
|
icon: "masterDataMenu03",
|
||||||
path: "displayInfo"
|
path: "displayInfo"
|
||||||
},
|
},
|
||||||
{
|
// {
|
||||||
title: "配置权限",
|
// title: "配置权限",
|
||||||
icon: "masterDataMenu04",
|
// icon: "masterDataMenu04",
|
||||||
path: "authorily"
|
// path: "authorily"
|
||||||
},
|
// },
|
||||||
{
|
{
|
||||||
title: "分发权限",
|
title: "分发权限",
|
||||||
icon: "masterDataMenu05",
|
icon: "masterDataMenu05",
|
||||||
|
|
Loading…
Reference in New Issue