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
000eccd5
Commit
000eccd5
authored
Feb 12, 2025
by
罗成兵
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
配置文件
parent
6fad2e05
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletion
+6
-1
index.vue
folacin-app/src/views/index/index.vue
+6
-1
No files found.
folacin-app/src/views/index/index.vue
View file @
000eccd5
...
...
@@ -24,6 +24,10 @@ export default {
created
()
{
let
vm
=
this
;
window
[
'init'
]
=
(
result
)
=>
{
let
path
=
vm
.
$route
.
path
;
if
(
path
!=
'/'
)
{
return
;
}
vm
.
initUserInfo
(
result
);
vm
.
showMsg
();
};
...
...
@@ -32,6 +36,7 @@ export default {
};
},
mounted
()
{
console
.
log
(
query
);
if
(
process
.
env
.
NODE_ENV
==
"dev"
)
{
let
userInfo
=
{
account
:
'18487125843'
,
...
...
@@ -75,7 +80,7 @@ export default {
window
.
sessionStorage
.
setItem
(
'userInfo'
,
JSON
.
stringify
(
val
));
}
},
showMsg
(){
showMsg
()
{
Dialog
.
alert
({
title
:
'温馨提示'
,
message
:
'备孕妇女从孕前3个月,坚持每天服用0.4mg叶酸或含叶酸的复合维生素至少到怀孕满3个月,可预防胎儿神经管缺陷的发生,还能减少唇腭裂、先心病、早产等风险。特殊情况妇女如肥胖、糖尿病等要加量。'
,
...
...
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