Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
F
folacin-front
Project
Project
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ynby
folacin-front
Commits
6fad2e05
Commit
6fad2e05
authored
Feb 12, 2025
by
罗成兵
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
配置文件
parent
2e30feff
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
20 deletions
+6
-20
UO4RaoZdBh.txt
folacin-app/public/UO4RaoZdBh.txt
+2
-0
index.html
folacin-app/public/index.html
+3
-3
provideUnit.vue
folacin-app/src/views/provideUnit/provideUnit.vue
+1
-17
No files found.
folacin-app/public/UO4RaoZdBh.txt
0 → 100644
View file @
6fad2e05
0a3e09905736ce5e82f4685709846d09
\ No newline at end of file
folacin-app/public/index.html
View file @
6fad2e05
...
...
@@ -5,14 +5,14 @@
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=edge"
>
<meta
name=
"viewport"
content=
"width=device-width,initial-scale=1.0,maximum-scale=1.0,user-scalable=0"
>
<link
rel=
"icon"
href=
"<%= BASE_URL %>favicon.ico"
>
<script
src=
"https://cdn.bootcdn.net/ajax/libs/vConsole/3.3.4/vconsole.min.js"
></script
>
<!-- <script src="https://cdn.bootcdn.net/ajax/libs/vConsole/3.3.4/vconsole.min.js"></script> --
>
<title>
叶酸发放-居民app
</title>
</head>
<body>
<div
id=
"app"
></div>
</body>
<script>
<!--
<script>
var vConsole = new VConsole();
console.log('Hello world');
</script>
</script>
-->
</html>
folacin-app/src/views/provideUnit/provideUnit.vue
View file @
6fad2e05
...
...
@@ -30,8 +30,7 @@
</template>
<
script
>
import
{
getProvideUnit
,
getProvideUnitById
}
from
'@/axios/api'
;
import
{
callMobile
,
isIOSWebKit
,
isEmpty
}
from
'@/utils/common'
;
import
{
Dialog
}
from
'vant'
;
import
{
callMobile
,
isEmpty
}
from
'@/utils/common'
;
export
default
{
components
:
{},
...
...
@@ -45,13 +44,6 @@ export default {
}
},
created
()
{
let
vm
=
this
;
// window['init'] = (result) => {
// vm.initUserInfo(result);
// };
window
[
'qrcodeContent'
]
=
(
result
)
=>
{
vm
.
scanQRCallBack
(
result
);
};
},
mounted
()
{
this
.
getProvideUnitList
();
...
...
@@ -136,14 +128,6 @@ export default {
}
})
},
initUserInfo
(
val
)
{
let
ios
=
isIOSWebKit
();
if
(
ios
)
{
window
.
sessionStorage
.
setItem
(
'userInfo'
,
val
);
}
else
{
window
.
sessionStorage
.
setItem
(
'userInfo'
,
JSON
.
stringify
(
val
));
}
},
},
beforeRouteLeave
(
to
,
from
,
next
)
{
this
.
scrollPosition
=
document
.
documentElement
.
scrollTop
||
document
.
body
.
scrollTop
;
...
...
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