Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
cloud-platform-ui
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
youjj
cloud-platform-ui
Commits
8311e786
Commit
8311e786
authored
May 14, 2019
by
lixy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
公司列表+营地列表
parent
d0cb77f7
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
387 additions
and
1 deletion
+387
-1
index.html
index.html
+0
-1
index.js
src/router/index.js
+7
-0
campsite.vue
src/views/baseInfo/campsite/campsite.vue
+380
-0
No files found.
index.html
View file @
8311e786
...
@@ -10,7 +10,6 @@
...
@@ -10,7 +10,6 @@
<body>
<body>
<script
src=
<%=
htmlWebpackPlugin
.
options
.
path
%
>
/
jquery
.
min
.
js
>
</script>
<script
src=
<%=
htmlWebpackPlugin
.
options
.
path
%
>
/
jquery
.
min
.
js
>
</script>
<script
src=
<%=
htmlWebpackPlugin
.
options
.
path
%
>
/
tinymce
/
tinymce
.
min
.
js
>
</script>
<script
src=
<%=
htmlWebpackPlugin
.
options
.
path
%
>
/
tinymce
/
tinymce
.
min
.
js
>
</script>
<script
type=
"text/javascript"
src=
"http://api.map.baidu.com/api?v=2.0&ak=gvQPveN9YrlPSgKUMPK2u2u2BA4yQFRm"
></script>
<div
id=
"app"
></div>
<div
id=
"app"
></div>
<!-- built files will be auto injected -->
<!-- built files will be auto injected -->
</body>
</body>
...
...
src/router/index.js
View file @
8311e786
...
@@ -46,6 +46,13 @@ export const constantRouterMap = [{
...
@@ -46,6 +46,13 @@ export const constantRouterMap = [{
hidden
:
true
hidden
:
true
// authority: 'stockCrowd'
// authority: 'stockCrowd'
},
},
{
path
:
'/campsite'
,
component
:
_import
(
'baseInfo/campsite/campsite'
),
name
:
'营地'
,
hidden
:
true
// authority: 'stockCrowd'
},
{
{
path
:
'/companyInfo'
,
path
:
'/companyInfo'
,
component
:
_import
(
'baseInfo/companyInfo/index'
),
component
:
_import
(
'baseInfo/companyInfo/index'
),
...
...
src/views/baseInfo/campsite/campsite.vue
0 → 100644
View file @
8311e786
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