Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
R
rebort-h5
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
赵啸非
rebort-h5
Commits
90c3d5a2
Commit
90c3d5a2
authored
Jun 24, 2024
by
周亚武
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改提交路径
parent
94f14a79
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
2 deletions
+1
-2
public/index.html
public/index.html
+1
-1
src/views/Apply/fillScanMaterial.vue
src/views/Apply/fillScanMaterial.vue
+0
-1
No files found.
public/index.html
View file @
90c3d5a2
...
...
@@ -11,7 +11,7 @@
</head>
<body>
<script>
robotType
=
tru
e
;
//机器人硬件调用开关 true打开 false关闭
robotType
=
fals
e
;
//机器人硬件调用开关 true打开 false关闭
window
.
config
=
{
isUpRocrUrl
:
true
,
//是否更新ocrUrl true=更新 false=不更新
...
...
src/views/Apply/fillScanMaterial.vue
View file @
90c3d5a2
...
...
@@ -179,7 +179,6 @@ export default{
if
(
robotType
)
robotsdk
.
closeHighCamera
();
//关闭高拍仪
if
(
this
.
formIndex
==
1
){
// this.$router.push({ path: '/iframePage',query:{pageUrl:window.config.rocrUrl+"lilo/aiCase/skipSanitationRegister?pageUrl=apply/XCYJYXKZ",materials:JSON.stringify(this.materials)}});
alert
(
"
ceshi
"
);
this
.
$router
.
push
({
path
:
'
/iframePage
'
,
query
:{
pageUrl
:
window
.
config
.
aiCaseUrl
+
"
lilo/aiCase/skipSanitationRegister?pageUrl=rpaForm/sichuan/yibin/web/XCYJYXKZ
"
,
materials
:
JSON
.
stringify
(
this
.
materials
)}});
}
if
(
this
.
formIndex
==
2
){
...
...
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