Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
memberTag-web
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
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
memberTag
memberTag-web
Commits
c54512e4
Commit
c54512e4
authored
Apr 19, 2022
by
crushh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: finish
parent
0cd566ef
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
7 deletions
+2
-7
index.html
index.html
+1
-1
index.vue
src/view/index/index.vue
+0
-3
index.vue
src/view/memberGroup/index.vue
+1
-3
No files found.
index.html
View file @
c54512e4
...
...
@@ -3,7 +3,7 @@
<head>
<meta
charset=
"utf-8"
>
<link
rel=
"shortcut icon"
href=
"./static/img/favicon.ico"
/>
<title>
金华达摩
</title>
<title></title>
<link
rel=
"stylesheet"
href=
"//at.alicdn.com/t/font_688955_99jmfacmlpp.css"
>
<link
rel=
"stylesheet"
href=
"//at.alicdn.com/t/font_3276801_mkhlaisq2aq.css"
>
<script
src=
"//at.alicdn.com/t/font_3276801_w3vkjjmzzz.js"
></script>
...
...
src/view/index/index.vue
View file @
c54512e4
...
...
@@ -17,7 +17,6 @@
</div>
</
template
>
<
script
>
import
*
as
types
from
'@/store/types'
;
export
default
{
name
:
'App'
,
data
()
{
...
...
@@ -203,8 +202,6 @@ export default {
},
mounted
()
{
let
that
=
this
;
that
.
$store
.
commit
(
types
.
TITLE
,
'达摩GIC'
);
document
.
title
=
this
.
$store
.
state
.
title
;
//获取项目名 pathname (路由的hash)
that
.
pathName
=
window
.
location
.
hash
.
split
(
'/'
)[
1
];
that
.
contentHeight
=
(
document
.
documentElement
.
clientHeight
||
document
.
body
.
clientHeight
)
-
64
+
'px'
;
...
...
src/view/memberGroup/index.vue
View file @
c54512e4
...
...
@@ -7,7 +7,7 @@
</div>
</
template
>
<
script
>
import
*
as
types
from
'@/store/types'
;
export
default
{
name
:
'App'
,
data
()
{
...
...
@@ -185,8 +185,6 @@ export default {
},
mounted
()
{
let
that
=
this
;
that
.
$store
.
commit
(
types
.
TITLE
,
'达摩GIC'
);
document
.
title
=
this
.
$store
.
state
.
title
;
//获取项目名 pathname (路由的hash)
that
.
pathName
=
window
.
location
.
hash
.
split
(
'/'
)[
1
];
that
.
contentHeight
=
(
document
.
documentElement
.
clientHeight
||
document
.
body
.
clientHeight
)
-
64
+
'px'
;
...
...
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