Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
W
web
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
fitmin
web
Commits
085a2233
Commit
085a2233
authored
5 years ago
by
JunGu Kang
Browse files
Options
Downloads
Patches
Plain Diff
#36
Fix Lint Error
parent
dc6ebb48
Branches
Branches containing commit
No related tags found
2 merge requests
!37
Deploy
,
!32
#36 Add GitLab CI S3 Deploy Script
Pipeline
#4355
passed
5 years ago
Stage: lint
Stage: test
Stage: build
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/router/index.js
+0
-6
0 additions, 6 deletions
src/router/index.js
with
0 additions
and
6 deletions
src/router/index.js
+
0
−
6
View file @
085a2233
...
...
@@ -5,7 +5,6 @@ import Store from '@/store/index';
import
APISetting
from
'
@/settings/api
'
;
import
Login
from
'
@/views/Login.vue
'
;
import
Main
from
'
@/views/Main.vue
'
;
import
DietList
from
'
@/views/DietList.vue
'
;
import
ProgramList
from
'
@/views/ProgramList.vue
'
;
import
ProgramCreate
from
'
@/views/ProgramCreate.vue
'
;
import
ProgramDetail
from
'
@/views/ProgramDetail.vue
'
;
...
...
@@ -36,11 +35,6 @@ const routes = [
name
:
'
Main
'
,
component
:
Main
,
},
{
path
:
'
/diet
'
,
name
:
'
DietList
'
,
component
:
DietList
,
},
{
path
:
'
/program
'
,
name
:
'
ProgramList
'
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment