Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
agcs2.0-web
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
liang
agcs2.0-web
Commits
58a7c7fe
Commit
58a7c7fe
authored
Sep 26, 2024
by
liang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
删除403
parent
f70e13da
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
57 deletions
+0
-57
settings.js
src/config/settings.js
+0
-1
index.js
src/router/index.js
+0
-9
403.vue
src/views/403.vue
+0
-47
No files found.
src/config/settings.js
View file @
58a7c7fe
...
...
@@ -27,7 +27,6 @@ module.exports = {
routesWhiteList
:
[
// "/login",
"
/404
"
,
"
/403
"
,
"
/401
"
,
"
/sso
"
,
"
/test
"
,
...
...
src/router/index.js
View file @
58a7c7fe
...
...
@@ -6,10 +6,6 @@ import EmptyLayout from "@/layouts/EmptyLayout"
Vue
.
use
(
VueRouter
)
export
const
constantRoutes
=
[
{
path
:
"
/home
"
,
redirect
:
"
/403
"
,
},
{
path
:
"
/home
"
,
name
:
"
Home
"
,
...
...
@@ -91,11 +87,6 @@ export const constantRoutes = [
name
:
"
401
"
,
component
:
()
=>
import
(
"
@/views/401
"
),
hidden
:
true
,
},
{
path
:
"
/403
"
,
name
:
"
403
"
,
component
:
()
=>
import
(
"
@/views/403
"
),
hidden
:
true
,
},
{
path
:
"
/404
"
,
...
...
src/views/403.vue
deleted
100644 → 0
View file @
f70e13da
<
template
>
<div
class=
"notice"
>
<header><h3>
GECA网站暂停运营公告
</h3></header>
<main>
<article>
全体用户:
<br
/>
<p>
感谢您一直以来对国家消化道早癌防治中心联盟早期胃癌筛查项目的支持和厚爱!
</p>
<p>
由于网站维护的需要,本网站将于2024年9月30日23时59分暂停使用。后续开放时间待通知。
</p>
<p>
若您有任何疑问或建议,请登录账户后用微信扫页面左下角二维码加入问题反馈群向我们反馈。
</p>
<p>
若您有专科专病临床研究数字化应用或数据服务等其他需求,请联系:上海市计算技术研究所有限公司
(秦艳13052028226) 。
</p>
<p>
再次感谢广大用户的支持与理解,同时也对此次暂停运营给成的不便深表款意!
</p>
</article>
</main>
</div>
</
template
>
<
style
scoped
>
.notice
{
color
:
#000
;
width
:
700px
;
margin
:
100px
auto
;
h3
{
font-size
:
30px
;
}
}
header
{
text-align
:
center
;
}
article
{
line-height
:
50px
;
font-size
:
18px
;
p
{
text-indent
:
2em
;
}
}
</
style
>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment