style: format code for all

This commit is contained in:
LZHD
2021-07-06 01:01:42 +08:00
committed by 踏学吾痕
parent e1200f2dbe
commit 77a1a47110
114 changed files with 7068 additions and 1068 deletions

View File

@@ -2,14 +2,16 @@
<div class="app-container">
<h4>
当前角色
<span style="font-size:26px">{{ purview }}</span>
<p style="color:#FFA500">查看左侧菜单变化(系统管理)模拟后台根据不同角色返回对应路由</p>
<span style="font-size: 26px">{{ purview }}</span>
<p style="color: #ffa500">
查看左侧菜单变化(系统管理)模拟后台根据不同角色返回对应路由
</p>
</h4>
<el-button type="primary" @click="changRole">切换角色</el-button>
</div>
</template>
<script lang='ts'>
<script lang="ts">
import { ref, unref } from "vue";
import { storageSession } from "/@/utils/storage";
export default {