Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wenHuaBu_adminServer
Overview
Overview
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
node_server
wenHuaBu_adminServer
Commits
445235f5
Commit
445235f5
authored
Apr 01, 2024
by
lixinming
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://123.207.147.179:8888/node_server/wenHuaBu_adminServer
parents
fe37d03e
ab0aaa8d
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
xueXiYuanDi.ts
src/biz/portal/dangJianGonZuo/xueXiYuanDi.ts
+2
-2
zhuTiJiaoYu.ts
src/biz/portal/dangJianGonZuo/zhuTiJiaoYu.ts
+1
-1
No files found.
src/biz/portal/dangJianGonZuo/xueXiYuanDi.ts
View file @
445235f5
...
@@ -38,7 +38,7 @@ export async function list() {
...
@@ -38,7 +38,7 @@ export async function list() {
subType
,
subType
,
name
,
name
,
display
:
display
==
STATE
.
是
,
display
:
display
==
STATE
.
是
,
count
:
11
count
:
"-"
});
});
}
else
{
}
else
{
videoList
.
push
({
videoList
.
push
({
...
@@ -46,7 +46,7 @@ export async function list() {
...
@@ -46,7 +46,7 @@ export async function list() {
subType
,
subType
,
name
,
name
,
display
:
display
==
STATE
.
是
,
display
:
display
==
STATE
.
是
,
count
:
11
count
:
"-"
});
});
}
}
});
});
...
...
src/biz/portal/dangJianGonZuo/zhuTiJiaoYu.ts
View file @
445235f5
...
@@ -27,7 +27,7 @@ export async function list() {
...
@@ -27,7 +27,7 @@ export async function list() {
dbList
.
forEach
(
info
=>
{
dbList
.
forEach
(
info
=>
{
let
{
id
,
name
,
display
}
=
info
;
let
{
id
,
name
,
display
}
=
info
;
dataList
.
push
({
dataList
.
push
({
id
,
name
,
count
:
88
,
display
:
display
==
STATE
.
是
id
,
name
,
count
:
"-"
,
display
:
display
==
STATE
.
是
});
});
});
});
...
...
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