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 = [ ...@@ -6,7 +6,8 @@ const routes = [
{ {
path: "/", path: "/",
name: "home", name: "home",
component: () => import("./views/Home.vue"), redirect: 'signIn'
// component: () => import("./views/Home.vue"),
}, },
// 登录 // 登录
{ {
......
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
</template> </template>
</sySideBar> </sySideBar>
</div> </div>
<div class="col_right"> <div class="col_right bHeader">
<syBusinessHeader <syBusinessHeader
:handle-logout="handleLogout" :handle-logout="handleLogout"
style="box-shadow: 0px 2px 40px 0px rgb(65 70 76 / 7%); z-index: 1" style="box-shadow: 0px 2px 40px 0px rgb(65 70 76 / 7%); z-index: 1"
...@@ -125,6 +125,13 @@ const getUserInfos = async () => { ...@@ -125,6 +125,13 @@ const getUserInfos = async () => {
}; };
</script> </script>
<style lang="scss">
.bHeader {
img {
height: 33px !important;
}
}
</style>
<style scoped> <style scoped>
.main { .main {
display: flex; 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