优化注册/登录
This commit is contained in:
parent
6ce3125d3f
commit
006cc0c28a
2
.gitignore
vendored
2
.gitignore
vendored
@ -3,6 +3,8 @@ node_modules
|
||||
*.js.map
|
||||
server
|
||||
draft
|
||||
docs
|
||||
东北大学.com
|
||||
|
||||
# local env files
|
||||
.env.local
|
||||
|
File diff suppressed because one or more lines are too long
2
dist/index.html
vendored
2
dist/index.html
vendored
@ -1 +1 @@
|
||||
<!doctype html><html lang="zh-CN"><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><link rel="icon" href="/favicon.ico"><title>NEU小站</title><script defer="defer" src="/js/chunk-vendors.f7fe2dc8.js"></script><script defer="defer" src="/js/app.3e603614.js"></script><link href="/css/app.e718c3df.css" rel="stylesheet"></head><body><noscript><strong>抱歉,NEU小站无法在没有 JavaScript 的情况下正常工作。请启用 JavaScript 以继续。</strong></noscript><div id="app"></div></body></html>
|
||||
<!doctype html><html lang="zh-CN"><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><link rel="icon" href="/favicon.ico"><title>NEU小站</title><script defer="defer" src="/js/chunk-vendors.f7fe2dc8.js"></script><script defer="defer" src="/js/app.7fc1c65c.js"></script><link href="/css/app.f396ca5c.css" rel="stylesheet"></head><body><noscript><strong>抱歉,NEU小站无法在没有 JavaScript 的情况下正常工作。请启用 JavaScript 以继续。</strong></noscript><div id="app"></div></body></html>
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
2
dist/js/app.3e603614.js
vendored
2
dist/js/app.3e603614.js
vendored
File diff suppressed because one or more lines are too long
2
dist/js/app.7fc1c65c.js
vendored
Normal file
2
dist/js/app.7fc1c65c.js
vendored
Normal file
File diff suppressed because one or more lines are too long
@ -40,8 +40,8 @@
|
||||
</div>
|
||||
|
||||
<div class="button-group">
|
||||
<button type="button" @click="login" class="btn btn-primary">登录</button>
|
||||
<button type="button" @click="register" class="btn btn-secondary">注册</button>
|
||||
<button type="button" @click="login" class="btn btn-primary">登录/注册</button>
|
||||
<!--<button type="button" @click="register" class="btn btn-secondary">注册</button>-->
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user