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
e1ba2528
Commit
e1ba2528
authored
Feb 12, 2025
by
罗成兵
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
配置文件
parent
fa478378
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
15 additions
and
12 deletions
+15
-12
index.html
folacin-app/public/index.html
+6
-6
index.vue
folacin-app/src/views/index/index.vue
+8
-5
provideUnit.vue
folacin-app/src/views/provideUnit/provideUnit.vue
+1
-1
No files found.
folacin-app/public/index.html
View file @
e1ba2528
...
...
@@ -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>
-->
<title>
叶酸发放-居民
app
</title>
<!-- <script src="https://cdn.bootcdn.net/ajax/libs/vConsole/3.3.4/vconsole.min.js"></script>
-->
<title>
叶酸发放-居民
端
</title>
</head>
<body>
<div
id=
"app"
></div>
</body>
<!-- <script
>
var vConsole = new VConsole();
console.log('Hello world');
</script>
-->
<!-- <script>--
>
<!-- var vConsole = new VConsole();-->
<!-- console.log('Hello world');-->
<!-- </script>
-->
</html>
folacin-app/src/views/index/index.vue
View file @
e1ba2528
...
...
@@ -4,7 +4,7 @@
<br><br><br><br><br>
<van-empty
image=
"error"
:description=
"msg"
/>
<van-button
style=
"margin-left: 10%;width: 80%"
round
type=
"danger"
color=
"#EC808D"
@
click=
"handleBack()"
>
返回
关闭
</van-button>
</div>
</div>
...
...
@@ -37,6 +37,13 @@ export default {
};
},
mounted
()
{
this
.
init
();
},
activated
()
{
window
.
scrollTo
(
0
,
this
.
scrollPosition
);
},
methods
:
{
init
(){
if
(
process
.
env
.
NODE_ENV
==
"dev"
)
{
let
userInfo
=
{
account
:
'18487125843'
,
...
...
@@ -65,10 +72,6 @@ export default {
}
}
},
activated
()
{
window
.
scrollTo
(
0
,
this
.
scrollPosition
);
},
methods
:
{
handleBack
()
{
callMobile
(
'goIndex'
,
{});
},
...
...
folacin-app/src/views/provideUnit/provideUnit.vue
View file @
e1ba2528
...
...
@@ -30,7 +30,7 @@
</template>
<
script
>
import
{
getProvideUnit
,
getProvideUnitById
}
from
'@/axios/api'
;
import
{
callMobile
,
isEmpty
}
from
'@/utils/common'
;
import
{
callMobile
,
isEmpty
}
from
'@/utils/common'
;
export
default
{
components
:
{},
...
...
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