Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
N
national_museum_vod
Project
Project
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
qzhxx
national_museum_vod
Commits
0c42f0dd
Commit
0c42f0dd
authored
Apr 07, 2021
by
xulili
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
--
parent
2d800aca
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
11 additions
and
7 deletions
+11
-7
login.vue
src/components/end/login.vue
+5
-1
demand.vue
src/page/statistics/components/demand.vue
+1
-1
interact.vue
src/page/statistics/components/interact.vue
+3
-3
interaction.vue
src/page/statistics/interaction.vue
+1
-1
tend.vue
src/page/statistics/tend.vue
+1
-1
No files found.
src/components/end/login.vue
View file @
0c42f0dd
...
...
@@ -163,7 +163,7 @@ export default {
left: 50%;
margin-top: -50%;
margin-left: -50%;
width:100%;
width:
100%;
}
.page-title {
width: 100%;
...
...
@@ -191,6 +191,7 @@ export default {
.icon-pwd {
background: url("~@/assets/login/pwd.png") no-repeat center/ 100%;
}
/deep/.el-form {
width: 100%;
text-align: center;
...
...
@@ -213,6 +214,9 @@ export default {
padding-top: 12px;
}
}
.el-form-item__error {
left: calc(50% - 160px);
}
.el-button.login {
width: 320px;
height: 48px;
...
...
src/page/statistics/components/demand.vue
View file @
0c42f0dd
...
...
@@ -33,7 +33,7 @@ export default {
methods
:
{
getList
()
{
let
curTime
=
getCurDate
();
let
frequencyDate
=
curTime
.
year
+
curTime
.
month
;
let
frequencyDate
=
curTime
.
year
+
curTime
.
month
+
curTime
.
date
;
this
.
$https
({
method
:
"post"
,
url
:
"tBoardStatistic/getInteractionFrequencyPageList?frequencyDate="
+
frequencyDate
,
...
...
src/page/statistics/components/interact.vue
View file @
0c42f0dd
...
...
@@ -24,13 +24,13 @@ export default {
},
components
:
{},
mounted
()
{
this
.
getList
()
this
.
getList
()
;
},
methods
:
{
getList
()
{
let
curTime
=
getCurDate
();
let
playDate
=
curTime
.
year
+
curTime
.
month
;
let
_this
=
this
let
playDate
=
curTime
.
year
+
curTime
.
month
+
curTime
.
date
;
let
_this
=
this
;
this
.
$https
({
method
:
"post"
,
url
:
"tBoardStatistic/getBoardTrendPageList?playDate="
+
playDate
,
...
...
src/page/statistics/interaction.vue
View file @
0c42f0dd
...
...
@@ -49,7 +49,7 @@ export default {
_this
.
$https
({
method
:
"post"
,
url
:
"tBoardStatistic/getInteraction
Frequency
PageList?frequencyDate="
+
"tBoardStatistic/getInteractionPageList?frequencyDate="
+
frequencyDate
,
authType
:
this
.
backToken
,
})
...
...
src/page/statistics/tend.vue
View file @
0c42f0dd
...
...
@@ -77,7 +77,7 @@ export default {
.
$https
({
method
:
"post"
,
url
:
"tBoardStatistic/get
InteractionFrequency
PageList?frequencyDate="
+
"tBoardStatistic/get
Board
PageList?frequencyDate="
+
frequencyDate
,
authType
:
this
.
backToken
,
})
...
...
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