修改登录地址
This commit is contained in:
parent
5e06fbbcef
commit
30373fc30e
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小站OJ题库</title><script defer="defer" src="/js/chunk-vendors.16c34fba.js"></script><script defer="defer" src="/js/app.e19dd7a3.js"></script><link href="/css/chunk-vendors.26a88809.css" rel="stylesheet"><link href="/css/app.cea75a0f.css" rel="stylesheet"></head><body><noscript><strong>我们很抱歉,OJ题库在 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小站OJ题库</title><script defer="defer" src="/js/chunk-vendors.16c34fba.js"></script><script defer="defer" src="/js/app.529d1d96.js"></script><link href="/css/chunk-vendors.26a88809.css" rel="stylesheet"><link href="/css/app.abc28add.css" rel="stylesheet"></head><body><noscript><strong>我们很抱歉,OJ题库在 JavaScript 未启用时无法正常工作。请启用它以继续。</strong></noscript><div id="app"></div></body></html>
|
2
dist/js/app.529d1d96.js
vendored
Normal file
2
dist/js/app.529d1d96.js
vendored
Normal file
File diff suppressed because one or more lines are too long
2
dist/js/app.e19dd7a3.js
vendored
2
dist/js/app.e19dd7a3.js
vendored
File diff suppressed because one or more lines are too long
@ -67,7 +67,7 @@ export default {
|
||||
}
|
||||
},
|
||||
goToLogin() {
|
||||
window.location.href = 'https://www.东北大学.com/submission';
|
||||
window.location.href = 'https://www.东北大学.com/login';
|
||||
}
|
||||
},
|
||||
mounted() {
|
||||
|
@ -341,6 +341,7 @@
|
||||
text-overflow: ellipsis;
|
||||
display: -webkit-box;
|
||||
-webkit-line-clamp: 2;
|
||||
line-clamp: 2;
|
||||
-webkit-box-orient: vertical;
|
||||
word-break: break-word;
|
||||
}
|
||||
@ -355,6 +356,7 @@
|
||||
-webkit-line-clamp: 3;
|
||||
-webkit-box-orient: vertical;
|
||||
word-break: break-word;
|
||||
line-clamp: 3;
|
||||
}
|
||||
|
||||
.bookmark-time {
|
||||
|
Loading…
x
Reference in New Issue
Block a user