保存进度!
This commit is contained in:
@@ -2,14 +2,14 @@
|
||||
* @Author: Kane
|
||||
* @Date: 2023-01-04 11:30:33
|
||||
* @LastEditors: Kane
|
||||
* @LastEditTime: 2023-01-07 11:53:26
|
||||
* @LastEditTime: 2023-01-07 16:44:11
|
||||
* @FilePath: \admin_system\src\layout\components\Aside.vue
|
||||
* @Description:
|
||||
*
|
||||
* Copyright (c) ${2022} by Kane, All Rights Reserved.
|
||||
-->
|
||||
<template>
|
||||
<el-menu id="side-bar" router default-active="/desktop" unique-opened="true" background-color="#223142"
|
||||
<el-menu id="side-bar" router default-active="/desktop" unique-opened=true background-color="#223142"
|
||||
text-color="#fff" active-text-color="#ffd04b">
|
||||
<template v-for="route in this.routers" :key="route.path">
|
||||
<template v-if="!route.hidden">
|
||||
|
||||
@@ -31,7 +31,7 @@ export default {
|
||||
// },
|
||||
mounted()
|
||||
{
|
||||
console.log("banner请求数据!");
|
||||
//console.log("banner请求数据!");
|
||||
},
|
||||
};
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user