Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
T
traffic-front
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
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wangxiaoming
traffic-front
Commits
5a995f2c
Commit
5a995f2c
authored
Jul 23, 2020
by
wangxiaoming
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
前台搜索和代码格式化
parent
320c5512
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
3 additions
and
5 deletions
+3
-5
router.js
src/router.js
+3
-5
Detail.vue
src/views/Detail.vue
+0
-0
Result.vue
src/views/Result.vue
+0
-0
ResultDetail.vue
src/views/ResultDetail.vue
+0
-0
Task.vue
src/views/Task.vue
+0
-0
No files found.
src/router.js
View file @
5a995f2c
...
...
@@ -12,10 +12,8 @@ Vue.use(Router);
export
default
new
Router
({
mode
:
'history'
,
// base: process.env.BASE_URL,
scrollBehavior
(
to
,
from
,
savedPosition
)
{
return
{
x
:
0
,
y
:
0
}
scrollBehavior
(
to
,
from
,
savedPosition
)
{
return
{
x
:
0
,
y
:
0
};
},
routes
:
[
{
...
...
@@ -46,7 +44,7 @@ export default new Router({
path
:
'/resultDetail'
,
name
:
'resultDetail'
,
component
:
ResultDetail
,
}
}
,
],
},
// 注册页面
...
...
src/views/Detail.vue
View file @
5a995f2c
This diff is collapsed.
Click to expand it.
src/views/Result.vue
View file @
5a995f2c
This diff is collapsed.
Click to expand it.
src/views/ResultDetail.vue
View file @
5a995f2c
This diff is collapsed.
Click to expand it.
src/views/Task.vue
View file @
5a995f2c
This diff is collapsed.
Click to expand it.
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