Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
apaas-ui
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gzga-jzapi
apaas-ui
Commits
c5befc33
Commit
c5befc33
authored
Jul 21, 2020
by
徐一鸣
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
新增智能制图页面
parent
d459550a
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
56 additions
and
1 deletion
+56
-1
src/pages/index.vue
src/pages/index.vue
+1
-1
src/pages/workbench/intelligent_drawing.vue
src/pages/workbench/intelligent_drawing.vue
+50
-0
src/router/index.js
src/router/index.js
+5
-0
No files found.
src/pages/index.vue
View file @
c5befc33
<
template
>
<
template
>
<div
class=
"index_container"
>
<div
class=
"index_container"
>
<div
class=
"decor"
v-if=
"$route.fullPath == '/workplace' || $route.fullPath == '/services_shop' || $route.fullPath == '/fwzc/fwcs' || $route.fullPath == '/app_build'"
></div>
<div
class=
"decor"
v-if=
"$route.fullPath == '/workplace' || $route.fullPath == '/services_shop' || $route.fullPath == '/fwzc/fwcs' || $route.fullPath == '/app_build'
|| $route.fullPath == '/intelligent_drawing'
"
></div>
<router-view/>
<router-view/>
</div>
</div>
</
template
>
</
template
>
...
...
src/pages/workbench/intelligent_drawing.vue
0 → 100644
View file @
c5befc33
<
template
>
<div
class=
"intelligent_drawing-container"
>
<div
class=
"apass_breadcrumb"
>
<el-breadcrumb
separator=
"/"
>
<el-breadcrumb-item>
在线组件工具
</el-breadcrumb-item>
<el-breadcrumb-item>
智能制图
</el-breadcrumb-item>
</el-breadcrumb>
</div>
<div
class=
"main-container"
></div>
</div>
</
template
>
<
script
>
export
default
{
data
()
{
return
{};
},
mounted
()
{},
methods
:
{},
};
</
script
>
<
style
scoped
>
.intelligent_drawing-container
{
margin
:
-157px
40px
20px
;
}
.main-container
{
min-height
:
calc
(
100vh
-
150px
-
43px
);
border-radius
:
12px
;
background-color
:
#fff
;
padding
:
30px
;
}
</
style
>
<
style
>
.intelligent_drawing-container
.apass_breadcrumb
{
padding
:
0
20px
;
}
.intelligent_drawing-container
.apass_breadcrumb
>
.el-breadcrumb
.el-breadcrumb__inner
{
color
:
#626de9
;
}
.intelligent_drawing-container
.apass_breadcrumb
>
.el-breadcrumb
.el-breadcrumb__item
:last-child
.el-breadcrumb__inner
{
color
:
#b4c0f5
;
}
</
style
>
src/router/index.js
View file @
c5befc33
...
@@ -237,6 +237,11 @@ export default new Router({
...
@@ -237,6 +237,11 @@ export default new Router({
name
:
"
app_build
"
,
name
:
"
app_build
"
,
component
:
()
=>
import
(
"
@/pages/workbench/app_build
"
),
component
:
()
=>
import
(
"
@/pages/workbench/app_build
"
),
},
// 应用构建(镜像形式)
},
// 应用构建(镜像形式)
{
path
:
"
/intelligent_drawing
"
,
name
:
"
intelligent_drawing
"
,
component
:
()
=>
import
(
"
@/pages/workbench/intelligent_drawing
"
),
},
// 智能制图
{
{
path
:
"
/user
"
,
// 个人中心
path
:
"
/user
"
,
// 个人中心
name
:
"
user
"
,
name
:
"
user
"
,
...
...
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