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
a11acf6f
Commit
a11acf6f
authored
Mar 14, 2024
by
lixinming
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
4d4cca22
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
22 deletions
+0
-22
router.ts
src/routers/public/router.ts
+0
-22
No files found.
src/routers/public/router.ts
View file @
a11acf6f
import
*
as
publicBiz
from
'../../biz/public'
;
import
*
as
publicBiz
from
'../../biz/public'
;
import
*
as
enumConfig
from
'../../config/enum'
;
import
*
as
enumConfig
from
'../../config/enum'
;
import
{
TABLEENUM
}
from
'../../data/models/model'
;
import
{
find
}
from
'../../data/select'
;
// function setEnumInterface(enumConfig) {
// let dataList = [];
// for (let key in enumConfig) {
// let anyKey:any = key;
// if (isNaN(anyKey)) {
// let keyStr = key;
// let value = enumConfig[key];
// if(/_dou/.test(keyStr)) keyStr = keyStr.replace(/_dou/, ",");
// if(/_zyh/.test(keyStr)) keyStr = keyStr.replace(/_zyh/, "“");
// if(/_yyh/.test(keyStr)) keyStr = keyStr.replace(/_yyh/, "”");
// if(/_dun/.test(keyStr)) keyStr = keyStr.replace(/_dun/, "、");
// if(/_ju/.test(keyStr)) keyStr = keyStr.replace(/_ju/, "。");
// if(/_hgh/.test(keyStr)) keyStr = keyStr.replace(/_hgh/, "-");
// if(/_kbh/.test(keyStr)) keyStr = keyStr.replace(/_kbh/, "");
// dataList.push({key:keyStr, value});
// }
// }
// return {dataList};
// }
export
const
FirstName
=
'公共接口'
;
export
const
FirstName
=
'公共接口'
;
export
const
FirstRouter
=
'/public'
;
export
const
FirstRouter
=
'/public'
;
...
...
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