Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
Muse
Project
Project
Details
Activity
Releases
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
罗超
Muse
Commits
cea7a3d1
Commit
cea7a3d1
authored
Sep 02, 2019
by
zhengke
Browse files
Options
Browse Files
Download
Plain Diff
s
parents
fd2917b0
8e2576bc
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
844 additions
and
2 deletions
+844
-2
dataLook.vue
src/components/viitto/dataLook.vue
+430
-0
lineChart.vue
src/components/viitto/lineChart.vue
+407
-0
router.js
src/router.js
+6
-0
vue.config.js
vue.config.js
+1
-2
No files found.
src/components/viitto/dataLook.vue
0 → 100644
View file @
cea7a3d1
This diff is collapsed.
Click to expand it.
src/components/viitto/lineChart.vue
0 → 100644
View file @
cea7a3d1
This diff is collapsed.
Click to expand it.
src/router.js
View file @
cea7a3d1
...
...
@@ -4,6 +4,7 @@ import login from './views/login'
import
index
from
'./views/index'
import
viittoData
from
'./components/viitto/viittoData'
import
viittoData2
from
'./components/viitto/viittoData2'
import
dataLook
from
'./components/viitto/dataLook'
Vue
.
use
(
Router
)
export
default
new
Router
({
...
...
@@ -34,6 +35,11 @@ export default new Router({
path
:
'/viittoData2'
,
name
:
'viittoData2'
,
component
:
viittoData2
,
},
{
path
:
'/dataLook'
,
name
:
'dataLook'
,
component
:
dataLook
,
}
]
})
vue.config.js
View file @
cea7a3d1
...
...
@@ -8,8 +8,7 @@ module.exports = {
}
},
externals
:
[
'BMap'
,
require
(
'webpack-require-http'
)
'BMap'
]
},
}
\ No newline at end of file
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