Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
electron-printer
Overview
Overview
Details
Activity
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
zhuzhequan
electron-printer
Commits
d5c6e8b5
Commit
d5c6e8b5
authored
Apr 28, 2025
by
linjinhong
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'test' into ljh
parents
0d4d8e09
814bb5c4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
3 deletions
+15
-3
config/env.json
+4
-3
src/views/design/main/index.vue
+11
-0
No files found.
config/env.json
View file @
d5c6e8b5
{
"apiApiHost"
:
"http://10.168.31.142:8060/api"
,
"fileApiUrl"
:
"http://10.168.31.142:80/upload/factory"
,
"visionUrl"
:
"https://console.jomalls.com"
"apiApiHost"
:
"http://10.168.31.142:8060/api"
,
"fileApiUrl"
:
"http://10.168.31.142:80/upload/factory"
,
"visionUrl"
:
"https://console.jomalls.com"
}
src/views/design/main/index.vue
View file @
d5c6e8b5
...
...
@@ -763,6 +763,11 @@ export default {
});
break
;
case
"sendFile"
:
if
(
size
.
width
&&
size
.
height
)
{
this
.
hasSize
=
true
;
}
else
{
this
.
hasSize
=
false
;
}
this
.
imgList
=
[];
this
.
selectIndex
=
-
1
;
if
(
value
.
length
>
0
)
{
...
...
@@ -1223,6 +1228,12 @@ export default {
</template>
<
style
lang=
"less"
scoped
>
.print-tip
{
position
:
absolute
;
bottom
:
130px
;
font-size
:
24px
;
left
:
35%
;
}
.page-main
{
display
:
flex
;
flex
:
1
;
...
...
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