Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOOD
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
whb
9 years ago
Commit
5bccf8742fe36a132920757623328decec3e9497
1 parent
d0d036b4
在线登记
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
res/js/lib/seajs.js
res/js/lib/seajs.js
View file @
5bccf87
...
...
@@ -615,12 +615,12 @@ var YohoConfig = {
};
seajs
.
config
({
alias
:
{
'jquery'
:
'http://172.16.6.200:8000/js/lib/jquery'
,
'zepto'
:
'http://172.16.6.200:8000/js/lib/zepto'
//'jquery': 'lib/jquery',
//'zepto': 'lib/zepto'
// 'jquery': 'http://172.16.6.200:8000/js/lib/jquery',
// 'zepto': 'http://172.16.6.200:8000/js/lib/zepto'
'jquery'
:
'lib/jquery'
,
'zepto'
:
'lib/zepto'
},
base
:
'http://172.16.6.200:8000/js/'
,
//base: YohoConfig.resUrl + 'js/',
// base: 'http://172.16.6.200:8000/js/',
base
:
YohoConfig
.
resUrl
+
'js/'
,
charset
:
'utf-8'
});
\ No newline at end of file
...
...
Please
register
or
login
to post a comment