Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
F
fns_backend
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Zhang Xiaojie
fns_backend
Commits
42827899
Commit
42827899
authored
Sep 18, 2021
by
Zhang Xiaojie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
4284eab3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
detail.vue
src/views/Root/Activity/detail.vue
+1
-1
index.vue
src/views/Root/Activity/index.vue
+1
-1
getMenuList.ts
src/views/Root/getMenuList.ts
+3
-3
No files found.
src/views/Root/Activity/detail.vue
View file @
42827899
<
template
>
<div>
<p
class=
"text-2xl font-bold mb-5"
>
{{
title
}}
</p>
<p
class=
"text-2xl font-bold mb-5"
>
{{
title
}}
</p>
{{
$route
.
query
.
id
}}
<p
class=
"text-gray-400"
>
发布时间:
{{
time
|
formatDate
}}
</p>
<img
v-if=
"imageUrl"
:src=
"imageUrl"
class=
" mx-auto my-5"
/>
<p
class=
"text-left p-5"
v-html=
"content"
>
{{
content
}}
</p>
...
...
src/views/Root/Activity/index.vue
View file @
42827899
...
...
@@ -126,7 +126,7 @@ export default Vue.extend({
this
.
fetchList
();
},
fetchList
()
{
this
.
tableLoading
=
fals
e
this
.
tableLoading
=
tru
e
ActivityService
.
getInstance
()
.
queryActivityList
({
activity_status
:
activityStatus
.
all
,
...
...
src/views/Root/getMenuList.ts
View file @
42827899
...
...
@@ -120,7 +120,7 @@ export const menuList: iMenuConfigItem[] = [
routeName
:
'editLoanProduct'
,
hiddeInMenu
:
true
,
belongToMenuName
:
'loanProduct'
,
path
:
'/backend/loanProduct/edit'
,
path
:
'/backend/loanProduct/edit
/:uuid
'
,
component
:
()
=>
import
(
'@/views/Root/Product/Loan/publish.vue'
),
roles
:
[
eRole
.
superManager
],
onClick
:
(
e
:
Event
)
=>
{},
...
...
@@ -361,7 +361,7 @@ export const menuList: iMenuConfigItem[] = [
routeName
:
'editActivity'
,
hiddeInMenu
:
true
,
belongToMenuName
:
'activity'
,
path
:
'/backend/activity/edit'
,
path
:
'/backend/activity/edit
/:uuid
'
,
component
:
()
=>
import
(
'@/views/Root/Activity/publish.vue'
),
roles
:
[
eRole
.
superManager
],
onClick
:
(
e
:
Event
)
=>
{},
...
...
@@ -371,7 +371,7 @@ export const menuList: iMenuConfigItem[] = [
routeName
:
'activityDetail'
,
hiddeInMenu
:
true
,
belongToMenuName
:
'activity'
,
path
:
'/backend/activity/detail'
,
path
:
'/backend/activity/detail
/:uuid
'
,
component
:
()
=>
import
(
'@/views/Root/Activity/detail.vue'
),
roles
:
[
eRole
.
superManager
],
onClick
:
(
e
:
Event
)
=>
{},
...
...
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