Skip to content

Commit

Permalink
Merge pull request #165 from rhinel/test
Browse files Browse the repository at this point in the history
update v2.5.8
  • Loading branch information
rhinel authored May 23, 2020
2 parents 9f2c92c + 54dec82 commit eea4cea
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rent-manager",
"version": "2.5.7",
"version": "2.5.8",
"description": "rent-manager for ying",
"author": "rhinel <[email protected]>",
"private": true,
Expand Down
6 changes: 5 additions & 1 deletion src/pcside/components/auth/auth-login.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
<!-- :style="{ backgroundImage:'url('+ bingBg +')' }" -->
<canvas id="index-canvas" />
<el-card class="login-wrap">
<div class="login-hello">
Rent Manager
</div>
<div class="login-hello">
Hello {{ logininfo.name }} <i />
</div>
Expand Down Expand Up @@ -37,8 +40,9 @@
</el-form>
<div class="beian">
<div>v{{ version }}</div>
<div>幻想万国科技旗下产品,版权所有</div>
<a
href="http://www.miitbeian.gov.cn/"
href="http://beian.miit.gov.cn/"
target="_blank">
粤ICP备17164727号
</a>
Expand Down

0 comments on commit eea4cea

Please sign in to comment.