Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Z
zeroing-libs
Project
Project
Details
Activity
Releases
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
劳工
zeroing-libs
Commits
7528eae5
Commit
7528eae5
authored
Dec 25, 2019
by
XieChuanJin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
url
parent
8ffb0c01
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
7 deletions
+2
-7
Net.ts
src/custom/shoot-planet/Global/Net.ts
+2
-7
No files found.
src/custom/shoot-planet/Global/Net.ts
View file @
7528eae5
...
@@ -48,11 +48,6 @@ export default class Net {
...
@@ -48,11 +48,6 @@ export default class Net {
}
}
private
static
mSend
(
net
:
INetData
)
{
private
static
mSend
(
net
:
INetData
)
{
if
(
net
.
pollingCheck
)
{
//TODO
// Loading.instace.show();
}
window
[
'$'
].
ajax
({
window
[
'$'
].
ajax
({
type
:
net
.
type
,
type
:
net
.
type
,
url
:
net
.
uri
,
url
:
net
.
uri
,
...
@@ -129,9 +124,9 @@ export default class Net {
...
@@ -129,9 +124,9 @@ export default class Net {
signIn
:
"/projectx/{projectId}/join_1/join.do"
,
signIn
:
"/projectx/{projectId}/join_1/join.do"
,
queryProps
:
"/projectx/{projectId}/scoring_1/spData.do"
,
queryProps
:
"/projectx/{projectId}/scoring_1/spData.do"
,
start
:
"/projectx/{projectId}/scoring_1/start.do"
,
start
:
"/projectx/{projectId}/scoring_1/start.do"
,
finalSubmit
:
"/projectx/{projectId}/
scoring_1
/submit.do"
,
finalSubmit
:
"/projectx/{projectId}/
gameStartRpwScoring
/submit.do"
,
revive
:
"/projectx/{projectId}/scoring_1/revive.do"
,
revive
:
"/projectx/{projectId}/scoring_1/revive.do"
,
constantSubmit
:
"/projectx/{projectId}/
scoring_1
/push.do"
,
constantSubmit
:
"/projectx/{projectId}/
gameStartRpwScoring
/push.do"
,
rankList
:
"/projectx/{projectId}/join_2/data.do"
,
rankList
:
"/projectx/{projectId}/join_2/data.do"
,
queryRankListData
:
"/projectx/{projectId}/getRanking.query"
,
queryRankListData
:
"/projectx/{projectId}/getRanking.query"
,
queryNickname
:
"/projectx/{projectId}/join_3/userInfoList.do"
,
queryNickname
:
"/projectx/{projectId}/join_3/userInfoList.do"
,
...
...
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