Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
F
frontend-h5
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
songrui
frontend-h5
Commits
abde4e26
Commit
abde4e26
authored
Sep 20, 2024
by
songrui
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
筛查文字修改
parent
3eeac91a
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
3 deletions
+2
-3
index.html
public/index.html
+0
-1
Doctor.vue
src/doctor/Doctor.vue
+1
-1
CheckTip.vue
src/resident/screening/first/form/CheckTip.vue
+1
-1
No files found.
public/index.html
View file @
abde4e26
...
@@ -79,6 +79,5 @@
...
@@ -79,6 +79,5 @@
</body>
</body>
<script>
<script>
var
vConsole
=
new
VConsole
();
var
vConsole
=
new
VConsole
();
console
.
log
(
'Hello world'
);
</script>
</script>
</html>
</html>
src/doctor/Doctor.vue
View file @
abde4e26
...
@@ -52,7 +52,7 @@ export default {
...
@@ -52,7 +52,7 @@ export default {
if
(
!
token
)
{
if
(
!
token
)
{
token
=
sessionStorage
.
getItem
(
'token'
)
token
=
sessionStorage
.
getItem
(
'token'
)
if
(
process
.
env
.
NODE_ENV
!==
'production'
)
{
if
(
process
.
env
.
NODE_ENV
!==
'production'
)
{
token
=
'
83333a9a-e5f8-4463-983f-6446d8d73323
'
token
=
'
93f10186-5252-4bec-ae1f-2e9c6a0b85bd
'
}
}
}
}
if
(
token
)
{
if
(
token
)
{
...
...
src/resident/screening/first/form/CheckTip.vue
View file @
abde4e26
...
@@ -31,7 +31,7 @@
...
@@ -31,7 +31,7 @@
</div>
</div>
<p>
<p>
常
按二维码,关注微信公众号
长
按二维码,关注微信公众号
</p>
</p>
<div
class=
"px-4 pb-4 grow flex flex-col justify-end"
style=
"margin-top: .3rem;"
>
<div
class=
"px-4 pb-4 grow flex flex-col justify-end"
style=
"margin-top: .3rem;"
>
<van-button
block
round
@
click=
"onClose"
>
<van-button
block
round
@
click=
"onClose"
>
...
...
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