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
f717bf6b
Commit
f717bf6b
authored
Aug 09, 2024
by
chenjinjing
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
1d4173a0
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
main.ts
src/main.ts
+1
-1
router.ts
src/routers/router.ts
+1
-1
No files found.
src/main.ts
View file @
f717bf6b
...
@@ -22,7 +22,7 @@ async function lanuch() {
...
@@ -22,7 +22,7 @@ async function lanuch() {
await
initAdmin
();
await
initAdmin
();
await
initSystemTask
();
await
initSystemTask
();
await
initActivity
();
await
initActivity
();
await
initSaveUnsubmitted
();
//
await initSaveUnsubmitted();
// await test1();
// await test1();
// await inputData(); 20240520日导入数据
// await inputData(); 20240520日导入数据
...
...
src/routers/router.ts
View file @
f717bf6b
...
@@ -22,7 +22,7 @@ import * as asyncHandler from 'express-async-handler';
...
@@ -22,7 +22,7 @@ import * as asyncHandler from 'express-async-handler';
import
{
payCallback
}
from
"../biz/member/cost"
;
import
{
payCallback
}
from
"../biz/member/cost"
;
import
{
checkUser
}
from
"../middleware/user"
;
import
{
checkUser
}
from
"../middleware/user"
;
const
Look
=
tru
e
;
//true更新文档
const
Look
=
fals
e
;
//true更新文档
export
async
function
setRouter
(
httpServer
){
export
async
function
setRouter
(
httpServer
){
if
(
Look
)
{
if
(
Look
)
{
...
...
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