|
@@ -87,7 +87,7 @@
|
87
|
87
|
<router-link
|
88
|
88
|
@click.native="routeDropdownChange()"
|
89
|
89
|
tag="div"
|
90
|
|
- to="/platform/admin"
|
|
90
|
+ to="/platform/adminLog"
|
91
|
91
|
class="drop_down_list_item"
|
92
|
92
|
>管理员日志</router-link
|
93
|
93
|
>
|
|
@@ -141,7 +141,7 @@ export default {
|
141
|
141
|
// 日志路由选中
|
142
|
142
|
logSelected() {
|
143
|
143
|
return (
|
144
|
|
- this.$route.path.includes("/platform/admin") ||
|
|
144
|
+ this.$route.path.includes("/platform/adminLog") ||
|
145
|
145
|
this.$route.path.includes("/platform/logDeviceExport")
|
146
|
146
|
);
|
147
|
147
|
}
|