Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
GaoQuYingJiH5-ASD
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
xinzhedeai
GaoQuYingJiH5-ASD
Commits
23b09baa
Commit
23b09baa
authored
Jun 20, 2025
by
xinzhedeai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 中台post接口修改,msgflag修改
parent
a6712e09
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
8 deletions
+8
-8
_check_info.js
src/_check_info.js
+3
-3
_yh_check.html
src/_yh_check.html
+1
-1
_yh_check.js
src/_yh_check.js
+4
-4
No files found.
src/_check_info.js
View file @
23b09baa
...
@@ -219,9 +219,9 @@ window.onload = function () {
...
@@ -219,9 +219,9 @@ window.onload = function () {
}
}
http2
.
post
({
http2
.
post
({
serviceId
:
API_KEY_MAP
[
"
no-page
"
][
'
id
'
],
serviceId
:
API_KEY_MAP
[
"
submit
"
][
'
id
'
],
interfacePublicKey
:
API_KEY_MAP
[
"
no-page
"
][
"
publicKey
"
],
interfacePublicKey
:
API_KEY_MAP
[
"
submit
"
][
"
publicKey
"
],
interfacePrivateKey
:
API_KEY_MAP
[
"
no-page
"
][
"
privateKey
"
],
interfacePrivateKey
:
API_KEY_MAP
[
"
submit
"
][
"
privateKey
"
],
reqParams
reqParams
},
(
res
)
=>
{
},
(
res
)
=>
{
if
(
!
res
)
{
// 中台返回为undefined 重新请求
if
(
!
res
)
{
// 中台返回为undefined 重新请求
...
...
src/_yh_check.html
View file @
23b09baa
...
@@ -61,7 +61,7 @@
...
@@ -61,7 +61,7 @@
{{ item.description }}
{{ item.description }}
<!-- 新增:未读标记 -->
<!-- 新增:未读标记 -->
<span
<span
v-show=
"
!
item.msgFlag"
v-show=
"item.msgFlag"
style=
"
style=
"
position: absolute;
position: absolute;
top: 50%;
top: 50%;
...
...
src/_yh_check.js
View file @
23b09baa
...
@@ -60,11 +60,11 @@ window.addEventListener('load', function () {
...
@@ -60,11 +60,11 @@ window.addEventListener('load', function () {
markAllAsRead
()
{
// 全部标记为已读
markAllAsRead
()
{
// 全部标记为已读
http2
.
post
(
http2
.
post
(
{
{
serviceId
:
API_KEY_MAP
[
'
no-page
'
][
'
id
'
],
serviceId
:
API_KEY_MAP
[
'
submit
'
][
'
id
'
],
interfacePublicKey
:
API_KEY_MAP
[
'
no-page
'
][
'
publicKey
'
],
interfacePublicKey
:
API_KEY_MAP
[
'
submit
'
][
'
publicKey
'
],
interfacePrivateKey
:
API_KEY_MAP
[
'
no-page
'
][
'
privateKey
'
],
interfacePrivateKey
:
API_KEY_MAP
[
'
submit
'
][
'
privateKey
'
],
reqParams
:
{
reqParams
:
{
sign
:
25
,
//
隐患tab
sign
:
25
,
//
post 设置已读
merId
:
this
.
merId
,
merId
:
this
.
merId
,
},
},
},
},
...
...
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