Authored by xuhongyun

Build project

webpackJsonp([85],[
/* 0 */
webpackJsonp([85],{
/***/ 0:
/***/ function(module, exports, __webpack_require__) {
/**
... ... @@ -9,7 +10,7 @@ webpackJsonp([85],[
var $ = __webpack_require__(1);
common = __webpack_require__(2);
var activity = __webpack_require__(!(function webpackMissingModule() { var e = new Error("Cannot find module \"./../partials/activity\""); e.code = 'MODULE_NOT_FOUND'; throw e; }()));
var activity = __webpack_require__(46);
var startTimeObj;
var endTimeObj;
... ... @@ -107,5 +108,35 @@ webpackJsonp([85],[
});
/***/ },
/***/ 46:
/***/ function(module, exports) {
/**
* Created by jiangmin on 2016/5/27.
*/
var activity = {
actName: "",
activityType: 0,
actUrl: "",
startTime: "",
endTime: "",
bgImageUrl: "",
shareTitle: "",
shareDescribe: "",
sharePic: "",
shareUrl: "",
isVerify: "N",
instructions: "",
isNewUser: 0,
couponId: "",
couponIds:[{"id":""}]
};
module.exports = activity;
/***/ }
]);
\ No newline at end of file
});
\ No newline at end of file
... ...
... ... @@ -5,10 +5,10 @@ webpackJsonp([114],{
var $ = __webpack_require__(1),
common = __webpack_require__(2);
var Button = __webpack_require__(46);
var resourceObj = __webpack_require__(47);
var Validate = __webpack_require__(48);
var addObj = __webpack_require__(49);
var Button = __webpack_require__(47);
var resourceObj = __webpack_require__(48);
var Validate = __webpack_require__(49);
var addObj = __webpack_require__(50);
__webpack_require__(9);
/*获取数据*/
... ... @@ -1625,7 +1625,7 @@ webpackJsonp([114],{
/***/ },
/***/ 46:
/***/ 47:
/***/ function(module, exports) {
var Button = [
... ... @@ -2990,7 +2990,7 @@ webpackJsonp([114],{
/***/ },
/***/ 47:
/***/ 48:
/***/ function(module, exports) {
/**
... ... @@ -3025,7 +3025,7 @@ webpackJsonp([114],{
/***/ },
/***/ 48:
/***/ 49:
/***/ function(module, exports, __webpack_require__) {
/**
... ... @@ -3068,7 +3068,7 @@ webpackJsonp([114],{
/***/ },
/***/ 49:
/***/ 50:
/***/ function(module, exports) {
/**
... ...
... ... @@ -12,8 +12,8 @@ var grayroute = require("./mid/grayrouter");
/*session 配置*/
var options = {
secret: 'yohobuy.portal', //session配置
// cookie: {secure: false, maxAge: 7200000},
cookie: {secure: false, maxAge: 7200000, domain: '.yohobuy.com'},
cookie: {secure: false, maxAge: 7200000},
// cookie: {secure: false, maxAge: 7200000, domain: '.yohobuy.com'},
resave: false,
saveUninitialized: true,
rolling: true
... ... @@ -77,7 +77,7 @@ var apiCofig = {
}
// if(process.env.NODE_ENV==="gray"){
// options.cookie.domain = '.yohops.com';
// options.cookie.domain = '';
// }
//
// if(process.env.NODE_ENV==="production"){
... ...