Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
1
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Plain Diff
Browse Files
Authored by
李奇
2017-03-20 16:36:25 +0800
Commit
4683cc7235d25865098ae9b56be0ff239d11f6c3
2 parents
575b4b19
9cef7516
消息预处理添加
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
public/js/service/socket/receive.js
public/js/service/socket/receive.js
View file @
4683cc7
/**
* 消息接收模块
* @author LQ <qi.li@yoho.cn>
* @date 2017/03/20
*/
var
socketConf
=
require
(
'./config'
);
var
assetsPath
=
$
(
'input[name=assetsPrefix]'
).
val
()
||
''
;
...
...
Please
register
or
login
to post a comment