فهرست منبع

工时管家——后台

ZhouRuiTing 5 سال پیش
والد
کامیت
ba69b07f42
1فایلهای تغییر یافته به همراه2 افزوده شده و 1 حذف شده
  1. 2 1
      fhKeeper/formulahousekeeper/timesheet/src/views/Login.vue

+ 2 - 1
fhKeeper/formulahousekeeper/timesheet/src/views/Login.vue

@@ -16,7 +16,8 @@
                     <el-button type="primary" style="width:100%;" @click.native.prevent="handleSubmit" :loading="logining">登录</el-button>
                 </el-form-item>
                 <div class="toRegister">
-                    <el-link type="primary" @click="jumpTo">立即注册</el-link>
+                    <el-link type="primary" style="margin-right:5px;" :underline="false"><a style="color:#409EFF;text-decoration:none" href="http://gsgj.ttkuaiban.com/download/WorkTime.exe" download="工时管家">客户端下载</a></el-link>
+                    <el-link type="primary" @click="jumpTo" :underline="false">立即注册</el-link>
                 </div>
             </el-form>
         </div>