Commit 1f93b0bb authored by chenqikuai's avatar chenqikuai

更新浙数

parent e3c1c794
public/images/SigIn/logo.png

20.3 KB | W: | H:

public/images/SigIn/logo.png

10.7 KB | W: | H:

public/images/SigIn/logo.png
public/images/SigIn/logo.png
public/images/SigIn/logo.png
public/images/SigIn/logo.png
  • 2-up
  • Swipe
  • Onion skin
......@@ -6,7 +6,8 @@ const routes = [
{
path: "/",
name: "home",
component: () => import("./views/Home.vue"),
redirect: 'signIn'
// component: () => import("./views/Home.vue"),
},
// 登录
{
......
......@@ -8,7 +8,7 @@
</template>
</sySideBar>
</div>
<div class="col_right">
<div class="col_right bHeader">
<syBusinessHeader
:handle-logout="handleLogout"
style="box-shadow: 0px 2px 40px 0px rgb(65 70 76 / 7%); z-index: 1"
......@@ -125,6 +125,13 @@ const getUserInfos = async () => {
};
</script>
<style lang="scss">
.bHeader {
img {
height: 33px !important;
}
}
</style>
<style scoped>
.main {
display: flex;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment