Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
J
jiedao-web-master
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
lanbaoming
jiedao-web-master
Commits
9410aad4
Commit
9410aad4
authored
Aug 15, 2024
by
chenwei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
create page
parent
82d212e4
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
14 additions
and
0 deletions
+14
-0
jiedao.js
src/router/modules/jiedao.js
+12
-0
exchangeLog.vue
src/views/jiedao/profile/exchangeLog.vue
+1
-0
integralLog.vue
src/views/jiedao/profile/integralLog.vue
+1
-0
No files found.
src/router/modules/jiedao.js
View file @
9410aad4
...
...
@@ -94,6 +94,18 @@ const jiedaoRouter = {
name
:
"
Integral
"
,
meta
:
{
title
:
"
integral
"
},
},
{
path
:
"
jd-integral-log
"
,
component
:
()
=>
import
(
"
@/views/jiedao/profile/integralLog
"
),
name
:
"
IntegralLog
"
,
meta
:
{
title
:
"
Integrallog
"
},
},
{
path
:
"
jd-exchange-log
"
,
component
:
()
=>
import
(
"
@/views/jiedao/profile/exchangeLog
"
),
name
:
"
ExchangeLog
"
,
meta
:
{
title
:
"
Exchangelog
"
},
},
{
path
:
"
jd-customer
"
,
component
:
()
=>
import
(
"
@/views/jiedao/profile/customer
"
),
...
...
src/views/jiedao/profile/exchangeLog.vue
0 → 100644
View file @
9410aad4
<
template
><div
class=
"container"
>
兑换日志
</div></
template
>
src/views/jiedao/profile/integralLog.vue
0 → 100644
View file @
9410aad4
<
template
><div
class=
"container"
>
积分日志
</div></
template
>
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