Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
web-service
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
SLG
web-service
Commits
33a58a41
Commit
33a58a41
authored
Mar 11, 2022
by
mxm-web-develop
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
321
parent
21b045e0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
24 additions
and
0 deletions
+24
-0
index.ts
src/slg/index.ts
+24
-0
No files found.
src/slg/index.ts
0 → 100644
View file @
33a58a41
import
axios
,
{
AxiosInstance
,
AxiosResponse
}
from
"axios"
;
import
{
LocLogin
,
test_dec
}
from
"../decorators/usrGurad"
;
import
{
KeyAdd_RES
,
keyList_RES
,
Login_RES
,
ResConstruction
,
}
from
"./res.types"
;
import
constants
from
"./constants"
;
import
User
from
"./User"
;
import
Common
from
"../common"
;
class
Suyuan
extends
Common
{
static
_version
:
string
constructor
(
url
:
string
,
config
?:
any
)
{
super
(
url
,
config
);
Suyuan
.
_version
=
'v.1.0.1'
// this.userModule = new User(this._url, this._config);
}
userModule
=
()
=>
new
User
(
this
.
_url
,
this
.
_config
);
}
export
default
Suyuan
;
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