Authored by 邱骏

修改版本号,重新安装插件yoho-swiper2

... ... @@ -13,9 +13,10 @@ const isTest = process.env.NODE_ENV === 'test3' || process.env.NODE_ENV === 'tes
const domains = {
// api: 'http://api.yoho.cn/',
api: 'http://api.yoho.cn/',
service: 'http://service.yoho.cn/',
// service: 'http://service.yoho.cn/',
// yoLuck: 'https://action.yoho.cn',
// liveApi: 'http://testapi.live.yohops.com:9999/',
... ... @@ -27,8 +28,8 @@ const domains = {
// platformApi: 'http://172.16.6.210:8088/',
api: 'http://api-test3.dev.yohocorp.com/',
service: 'http://api-test3.dev.yohocorp.com/',
// api: 'http://api-test3.dev.yohocorp.com/',
// service: 'http://api-test3.dev.yohocorp.com/',
liveApi: 'http://testapi.live.yohops.com:9999/',
singleApi: 'http://api-test3.dev.yohocorp.com/',
ufo: 'http://java-yohoufo-fore.test3.ingress.dev.yohocorp.com/ufo-gateway/',
... ... @@ -56,7 +57,7 @@ module.exports = {
testCode: 'yoho4946abcdef#$%&!@',
domains: domains,
// yohoVerifyUdid: 'ca5c462a-e28b-407d-8061-5e204398e3cc', // 用于本地调线上接口验签
yohoVerifyUdid: 'ca5c462a-e28b-407d-8061-5e204398e3cc', // 用于本地调线上接口验签
signExtend: {
business_line: 'yohobuy'
},
... ...
{
"name": "yohobuywap-node",
"version": "6.9.8-5",
"version": "6.9.8-6",
"private": true,
"description": "A New Yohobuy Project With Express",
"repository": {
... ... @@ -90,6 +90,7 @@
"yoho-express-session": "^2.0.0",
"yoho-md5": "^2.0.0",
"yoho-node-lib": "=0.6.43",
"yoho-swiper2": "^0.0.5",
"yoho-zookeeper": "^1.0.10"
},
"devDependencies": {
... ... @@ -144,7 +145,6 @@
"yoho-jquery-lazyload": "^1.9.13",
"yoho-jquery-qrcode": "^0.14.0",
"yoho-qs": "^1.0.1",
"yoho-swiper": "^3.3.2",
"yoho-swiper2": "0.0.5"
"yoho-swiper": "^3.3.2"
}
}
... ...
... ... @@ -3938,9 +3938,9 @@ escodegen@~1.3.2:
source-map "~0.1.33"
eslint-config-yoho@~1.0.9:
version "1.1.0"
resolved "http://npm.yohops.com/eslint-config-yoho/-/eslint-config-yoho-1.1.0.tgz#9fc5d882a5f9e9af5c1f7914c8083d1816bc9614"
integrity sha1-n8XYgqX56a9cH3kUyAg9GBa8lhQ=
version "1.0.9"
resolved "http://npm.yohops.com/eslint-config-yoho/-/eslint-config-yoho-1.0.9.tgz#430d5417edb83840534c2e1824885e647e2c5ee9"
integrity sha512-M3eMSlaU+tmvnhg7NUvrB8JqhaqhJw0n7DpRa/GhHG1melAaRH5LwUZrR44pPcCU2tVdQexqaiApX/t3lJMcWA==
eslint-plugin-html@^4.0.3:
version "4.0.6"
... ... @@ -13095,8 +13095,8 @@ yoho-qs@^1.0.1:
yoho-swiper2@0.0.5:
version "0.0.5"
resolved "http://npm.yohops.com/yoho-swiper2/-/yoho-swiper2-0.0.5.tgz#6a5fc58f648f99203791d492e946c6ecdc66565d"
integrity sha1-al/Fj2SPmSA3kdSS6UbG7NxmVl0=
resolved "http://npm.yohops.com/yoho-swiper2/-/yoho-swiper2-0.0.5.tgz#7511670b7259d089a142b21860d0542d6191aca0"
integrity sha512-N7ji+zMl21urNA+EHve0qzbr7zEABPqYSUJ+ZTmTRt1VUXNv4l5y2GLwQiMIuOGqsqrhKmrdkDiyYQXLC1ggVQ==
dependencies:
alloyfinger "^0.1.3"
css3transform "^1.0.0"
... ...