Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
shhjwpgl-vue
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
李苏
shhjwpgl-vue
Commits
5e4f0c56
Commit
5e4f0c56
authored
Oct 08, 2023
by
李苏
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
调整
parent
fc7f90b3
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
14 deletions
+14
-14
index.js
src/router/index.js
+13
-13
dialog.vue
src/views/baseData/thing/dialog.vue
+1
-1
No files found.
src/router/index.js
View file @
5e4f0c56
...
@@ -84,20 +84,20 @@ export const powerRoutes=[
...
@@ -84,20 +84,20 @@ export const powerRoutes=[
name
:
'store'
,
name
:
'store'
,
path
:
"store"
,
path
:
"store"
,
},
},
{
//
{
component
:
'baseData/3d/index'
,
//
component: 'baseData/3d/index',
hidden
:
true
,
//
hidden: true,
meta
:
{
//
meta: {
"title"
:
"3D测试"
,
//
"title": "3D测试",
"icon"
:
""
,
//
"icon": "",
"noCache"
:
false
,
//
"noCache": false,
"link"
:
null
,
//
"link": null,
"mkid"
:
'test'
,
//
"mkid": 'test',
},
//
},
name
:
'3d'
,
//
name: '3d',
path
:
"3d"
,
//
path: "3d",
}
//
}
]
]
},
},
/* 入库管理 */
/* 入库管理 */
...
...
src/views/baseData/thing/dialog.vue
View file @
5e4f0c56
<
template
>
<
template
>
<DefaultDialog
:app=
'app'
>
<DefaultDialog
:app=
'app'
>
<div
slot=
"form"
style=
"display: flex;height: 70vh;"
>
<div
slot=
"form"
style=
"display: flex;height: 70vh;"
>
<div
v-loading=
'loading'
class=
"full"
>
<div
v-loading=
'loading'
v-if=
"b64!=null"
class=
"full"
>
<img
class=
"full"
:src=
"b64"
alt=
"正在连接摄像头...若长时间连接失败请刷新页面或者检查摄像头设备是否连接,SDK是否正确安装!"
srcset=
""
>
<img
class=
"full"
:src=
"b64"
alt=
"正在连接摄像头...若长时间连接失败请刷新页面或者检查摄像头设备是否连接,SDK是否正确安装!"
srcset=
""
>
</div>
</div>
</div>
</div>
...
...
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