Skip to content

Commit

Permalink
增加logo
Browse files Browse the repository at this point in the history
  • Loading branch information
baagee committed Jun 3, 2018
1 parent 1597282 commit b42d9bc
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions src/components/login.vue
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
<template>
<div class="login_box" >
<alert :alert_open="alert_open" :alert_msg="alert_msg" @closeAlert='alert_open=false'></alert>
<div style="padding-top:8%;">
<h1 style='color:#7e57c2'>秋名山-入口处</h1>
<div style="padding-top:5%;">
<!-- <h1 style='color:#7e57c2'>秋名山-入口处</h1> -->
<img src="/static/assets/logo.png" width="330px">
<div style="
height: 200px;
">
Expand All @@ -23,7 +24,7 @@
</div>
</div>

<div style="margin-top:3%">
<div style="margin-top:2%">
<mu-text-field label="输入昵称" labelFloat v-model="my_nickname" @keyup.native.enter="login()"/>
<br>
<mu-raised-button label="开始聊天" class="demo-raised-button" primary @click="login()"/>
Expand Down
Binary file added static/assets/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion upload_api/public/auth.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
'expiredTime' => 0
);
}
// obj 转 query string

function json2str($obj) {
ksort($obj);
$arr = array();
Expand Down

0 comments on commit b42d9bc

Please sign in to comment.