Toggle navigation
Toggle navigation
This project
Loading...
Sign in
chenchao
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to dashboard
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
wangqing
9 years ago
Commit
8d0dda12baad083912cacbd0bf8de31767f41aa0
1 parent
510a3bcb
测试地址api
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
web-static/js/header.js
web-static/js/header.js
View file @
8d0dda1
...
...
@@ -8,7 +8,7 @@ var handlebars = require('yoho.handlebars');
var
json2
=
require
(
'json2'
);
var
vipInfoCombine
=
null
;
//用户信息编译模板
var
loginInfoCombine
=
null
;
//登录信息编译模板
var
apiDomain
=
'http://
api.open.yohobuy.com'
;
//获取数据的地址
var
apiDomain
=
'http://
test.open.yohobuy.com/'
;
//获取数据的地址http://api.open.yohobuy.com
var
cartTpl
=
''
;
//购物车模板
/**
* 搜寻的时候过滤非法字符(+-/:等非法字符单独出现)
...
...
Please
register
or
login
to post a comment