Merge branch 'main' of http://git.njrzwl.cn:3000/yangsai/jiuhaoshenghuo
commit
229ec127ac
@ -0,0 +1,33 @@ |
||||
<?php |
||||
// +---------------------------------------------------------------------- |
||||
// | CRMEB [ CRMEB赋能开发者,助力企业发展 ] |
||||
// +---------------------------------------------------------------------- |
||||
// | Copyright (c) 2016~2020 https://www.crmeb.com All rights reserved. |
||||
// +---------------------------------------------------------------------- |
||||
// | Licensed CRMEB并不是自由软件,未经许可不能去掉CRMEB相关版权 |
||||
// +---------------------------------------------------------------------- |
||||
// | Author: CRMEB Team <admin@crmeb.com> |
||||
// +---------------------------------------------------------------------- |
||||
|
||||
namespace app\dao\store; |
||||
|
||||
|
||||
use app\dao\BaseDao; |
||||
use app\model\store\StoreDrinkSaveLogDao; |
||||
|
||||
/** |
||||
* 门店用户 |
||||
* Class StoreDrinkSaveDao |
||||
* @package app\dao\store |
||||
*/ |
||||
class StoreDrinkSaveDao extends BaseDao |
||||
{ |
||||
/** |
||||
* 设置模型 |
||||
* @return string |
||||
*/ |
||||
protected function setModel(): string |
||||
{ |
||||
return StoreDrinkSave::class; |
||||
} |
||||
} |
@ -0,0 +1,33 @@ |
||||
<?php |
||||
// +---------------------------------------------------------------------- |
||||
// | CRMEB [ CRMEB赋能开发者,助力企业发展 ] |
||||
// +---------------------------------------------------------------------- |
||||
// | Copyright (c) 2016~2020 https://www.crmeb.com All rights reserved. |
||||
// +---------------------------------------------------------------------- |
||||
// | Licensed CRMEB并不是自由软件,未经许可不能去掉CRMEB相关版权 |
||||
// +---------------------------------------------------------------------- |
||||
// | Author: CRMEB Team <admin@crmeb.com> |
||||
// +---------------------------------------------------------------------- |
||||
|
||||
namespace app\dao\store; |
||||
|
||||
|
||||
use app\dao\BaseDao; |
||||
use app\model\store\StoreDrinkSaveLogDao; |
||||
|
||||
/** |
||||
* 门店用户 |
||||
* Class StoreDrinkSaveDao |
||||
* @package app\dao\store |
||||
*/ |
||||
class StoreDrinkSaveLogDao extends BaseDao |
||||
{ |
||||
/** |
||||
* 设置模型 |
||||
* @return string |
||||
*/ |
||||
protected function setModel(): string |
||||
{ |
||||
return StoreDrinkSaveLog::class; |
||||
} |
||||
} |
@ -0,0 +1,51 @@ |
||||
<?php |
||||
// +---------------------------------------------------------------------- |
||||
// | CRMEB [ CRMEB赋能开发者,助力企业发展 ] |
||||
// +---------------------------------------------------------------------- |
||||
// | Copyright (c) 2016~2020 https://www.crmeb.com All rights reserved. |
||||
// +---------------------------------------------------------------------- |
||||
// | Licensed CRMEB并不是自由软件,未经许可不能去掉CRMEB相关版权 |
||||
// +---------------------------------------------------------------------- |
||||
// | Author: CRMEB Team <admin@crmeb.com> |
||||
// +---------------------------------------------------------------------- |
||||
|
||||
namespace app\model\store; |
||||
|
||||
use app\model\user\User; |
||||
use crmeb\basic\BaseModel; |
||||
use crmeb\traits\ModelTrait; |
||||
use think\Model; |
||||
|
||||
/** |
||||
* 门店用户 |
||||
* Class StoreUser |
||||
* @package app\model\store |
||||
*/ |
||||
class StoreDrinkSaveLog extends BaseModel |
||||
{ |
||||
use ModelTrait; |
||||
|
||||
/** |
||||
* 数据表主键 |
||||
* @var string |
||||
*/ |
||||
protected $pk = 'id'; |
||||
|
||||
/** |
||||
* 模型名称 |
||||
* @var string |
||||
*/ |
||||
protected $name = 'store_drink_save_log'; |
||||
|
||||
/** |
||||
* user用户表一对一关联 |
||||
* @return \think\model\relation\HasOne |
||||
*/ |
||||
public function user() |
||||
{ |
||||
return $this->hasOne(User::class, 'uid', 'uid'); |
||||
} |
||||
|
||||
|
||||
|
||||
} |
@ -0,0 +1 @@ |
||||
.one[data-v-547a1e6d]{background:#1890ff}.two[data-v-547a1e6d]{background:#00c050}.three[data-v-547a1e6d]{background:#ffab2b}.four[data-v-547a1e6d]{background:#b37feb}.el-icon-caret-top[data-v-547a1e6d],.up[data-v-547a1e6d]{color:#f5222d;font-size:12px;opacity:1!important}.down[data-v-547a1e6d],.el-icon-caret-bottom[data-v-547a1e6d]{color:#39c15b;font-size:12px}.curP[data-v-547a1e6d]{cursor:pointer}.header-title[data-v-547a1e6d]{font-size:16px;color:rgba(0,0,0,.85)}.header-time[data-v-547a1e6d]{font-size:12px;color:#000;opacity:.45}.iconfont[data-v-547a1e6d]{font-size:16px;color:#fff}.iconCrl[data-v-547a1e6d]{width:32px;height:32px;border-radius:50%;text-align:center;line-height:32px;opacity:.7}.lan[data-v-547a1e6d]{background:#1890ff}.iconshangpinliulanliang[data-v-547a1e6d]{color:#fff}.infoBox[data-v-547a1e6d]{width:20%}@media screen and (max-width:1400px){.infoBox[data-v-547a1e6d]{width:25%}}@media screen and (max-width:1200px){.infoBox[data-v-547a1e6d]{width:33%}}@media screen and (max-width:900px){.infoBox[data-v-547a1e6d]{width:50%}}.font-sm[data-v-547a1e6d]{font-size:12px}.info .sp1[data-v-547a1e6d]{color:#666;font-size:14px;display:block}.info .sp2[data-v-547a1e6d]{font-weight:400;font-size:30px;color:rgba(0,0,0,.85);display:block}.info .sp3[data-v-547a1e6d]{font-size:12px;font-weight:400;color:rgba(0,0,0,.45);display:block}[data-v-55be7ec7] .el-input__inner{border-color:#dcdee2}[data-v-55be7ec7] .el-input__prefix,[data-v-55be7ec7] .el-input__suffix{color:#808695}[data-v-55be7ec7] .el-cascader .el-input .el-icon-arrow-down{font-size:12px;font-weight:700}[data-v-55be7ec7] .ivu-select-single .ivu-select-selection{height:34px}[data-v-55be7ec7] .ivu-select-single .ivu-select-selection .ivu-select-selected-value{height:34px;line-height:34px}[data-v-55be7ec7] .ivu-input{height:34px}.img-add[data-v-55be7ec7]{width:50px;height:50px}.header-title[data-v-55be7ec7]{font-size:16px;color:rgba(0,0,0,.85)}.header-time[data-v-55be7ec7]{font-size:12px;color:#000;opacity:.45}.font-sm[data-v-55be7ec7]{font-size:12px}.bg[data-v-55be7ec7]{position:fixed;left:0;top:0;width:100%;height:100%;background:rgba(0,0,0,.5);z-index:11}[data-v-55be7ec7] .happy-scroll-content{width:100%}[data-v-55be7ec7] .happy-scroll-content .demo-spin-icon-load{animation:ani-demo-spin-55be7ec7 1s linear infinite}[data-v-55be7ec7] .happy-scroll-content .demo-spin-col{height:100px;position:relative;border:1px solid #eee}@-moz-keyframes ani-demo-spin-55be7ec7{0%{transform:rotate(0deg)}50%{transform:rotate(180deg)}to{transform:rotate(1turn)}}@-webkit-keyframes ani-demo-spin-55be7ec7{0%{transform:rotate(0deg)}50%{transform:rotate(180deg)}to{transform:rotate(1turn)}}@-o-keyframes ani-demo-spin-55be7ec7{0%{transform:rotate(0deg)}50%{transform:rotate(180deg)}to{transform:rotate(1turn)}}@keyframes ani-demo-spin-55be7ec7{0%{transform:rotate(0deg)}50%{transform:rotate(180deg)}to{transform:rotate(1turn)}} |
@ -0,0 +1 @@ |
||||
.goods_detail .goods_detail_wrapper[data-v-5cd85f3c]{z-index:200;position:fixed;left:50%;top:50%;transform:translate(-50%,-50%);width:375px;background:#f0f2f5}.goods_detail .title-box[data-v-5cd85f3c]{height:46px;line-height:46px;background:#fff;text-align:center;color:#333;font-size:16px}.goods_detail .swiper-box[data-v-5cd85f3c]{height:375px}.goods_detail .swiper-box .demo-carousel[data-v-5cd85f3c]{width:375px;height:375px}.goods_detail .swiper-box .demo-carousel img[data-v-5cd85f3c]{width:100%;height:100%;display:block}.goods_detail .goods_info[data-v-5cd85f3c]{padding:15px;background:#fff}.goods_detail .goods_info .number-wrapper[data-v-5cd85f3c]{display:flex;align-items:center}.goods_detail .goods_info .number-wrapper .price[data-v-5cd85f3c]{color:#ff3838;font-size:25px}.goods_detail .goods_info .number-wrapper .price span[data-v-5cd85f3c]{font-size:15px}.goods_detail .goods_info .number-wrapper .old-price[data-v-5cd85f3c]{font-size:15px;margin-left:10px;color:#333}.goods_detail .goods_info .name[data-v-5cd85f3c]{font-size:16px;color:#333}.goods_detail .goods_info .msg[data-v-5cd85f3c]{display:flex;align-items:center;justify-content:space-between;margin-top:10px}.goods_detail .goods_info .msg .item[data-v-5cd85f3c]{color:#999;font-size:14px}.goods_detail .con-box[data-v-5cd85f3c]{margin-top:10px;padding-bottom:20px;background:#f0f2f5} |
@ -0,0 +1 @@ |
||||
[data-v-b4424348] .el-input__inner{border-color:#dcdee2}[data-v-b4424348] .el-input__prefix,[data-v-b4424348] .el-input__suffix{color:#808695}[data-v-b4424348] .el-cascader .el-input .el-icon-arrow-down{font-size:12px;font-weight:700}[data-v-b4424348] .ivu-select-single .ivu-select-selection{height:34px}[data-v-b4424348] .ivu-select-single .ivu-select-selection .ivu-select-selected-value{height:34px;line-height:34px}[data-v-b4424348] .ivu-input{height:34px}.img-add[data-v-b4424348]{width:50px;height:50px}.header-title[data-v-b4424348]{font-size:16px;color:rgba(0,0,0,.85)}.header-time[data-v-b4424348]{font-size:12px;color:#000;opacity:.45}.font-sm[data-v-b4424348]{font-size:12px}.bg[data-v-b4424348]{position:fixed;left:0;top:0;width:100%;height:100%;background:rgba(0,0,0,.5);z-index:11}[data-v-b4424348] .happy-scroll-content{width:100%}[data-v-b4424348] .happy-scroll-content .demo-spin-icon-load{animation:ani-demo-spin-b4424348 1s linear infinite}[data-v-b4424348] .happy-scroll-content .demo-spin-col{height:100px;position:relative;border:1px solid #eee}@-moz-keyframes ani-demo-spin-b4424348{0%{transform:rotate(0deg)}50%{transform:rotate(180deg)}to{transform:rotate(1turn)}}@-webkit-keyframes ani-demo-spin-b4424348{0%{transform:rotate(0deg)}50%{transform:rotate(180deg)}to{transform:rotate(1turn)}}@-o-keyframes ani-demo-spin-b4424348{0%{transform:rotate(0deg)}50%{transform:rotate(180deg)}to{transform:rotate(1turn)}}@keyframes ani-demo-spin-b4424348{0%{transform:rotate(0deg)}50%{transform:rotate(180deg)}to{transform:rotate(1turn)}} |
@ -1 +0,0 @@ |
||||
.one[data-v-547a1e6d]{background:#1890ff}.two[data-v-547a1e6d]{background:#00c050}.three[data-v-547a1e6d]{background:#ffab2b}.four[data-v-547a1e6d]{background:#b37feb}.el-icon-caret-top[data-v-547a1e6d],.up[data-v-547a1e6d]{color:#f5222d;font-size:12px;opacity:1!important}.down[data-v-547a1e6d],.el-icon-caret-bottom[data-v-547a1e6d]{color:#39c15b;font-size:12px}.curP[data-v-547a1e6d]{cursor:pointer}.header-title[data-v-547a1e6d]{font-size:16px;color:rgba(0,0,0,.85)}.header-time[data-v-547a1e6d]{font-size:12px;color:#000;opacity:.45}.iconfont[data-v-547a1e6d]{font-size:16px;color:#fff}.iconCrl[data-v-547a1e6d]{width:32px;height:32px;border-radius:50%;text-align:center;line-height:32px;opacity:.7}.lan[data-v-547a1e6d]{background:#1890ff}.iconshangpinliulanliang[data-v-547a1e6d]{color:#fff}.infoBox[data-v-547a1e6d]{width:20%}@media screen and (max-width:1400px){.infoBox[data-v-547a1e6d]{width:25%}}@media screen and (max-width:1200px){.infoBox[data-v-547a1e6d]{width:33%}}@media screen and (max-width:900px){.infoBox[data-v-547a1e6d]{width:50%}}.font-sm[data-v-547a1e6d]{font-size:12px}.info .sp1[data-v-547a1e6d]{color:#666;font-size:14px;display:block}.info .sp2[data-v-547a1e6d]{font-weight:400;font-size:30px;color:rgba(0,0,0,.85);display:block}.info .sp3[data-v-547a1e6d]{font-size:12px;font-weight:400;color:rgba(0,0,0,.45);display:block}.goods_detail .goods_detail_wrapper[data-v-5cd85f3c]{z-index:200;position:fixed;left:50%;top:50%;transform:translate(-50%,-50%);width:375px;background:#f0f2f5}.goods_detail .title-box[data-v-5cd85f3c]{height:46px;line-height:46px;background:#fff;text-align:center;color:#333;font-size:16px}.goods_detail .swiper-box[data-v-5cd85f3c]{height:375px}.goods_detail .swiper-box .demo-carousel[data-v-5cd85f3c]{width:375px;height:375px}.goods_detail .swiper-box .demo-carousel img[data-v-5cd85f3c]{width:100%;height:100%;display:block}.goods_detail .goods_info[data-v-5cd85f3c]{padding:15px;background:#fff}.goods_detail .goods_info .number-wrapper[data-v-5cd85f3c]{display:flex;align-items:center}.goods_detail .goods_info .number-wrapper .price[data-v-5cd85f3c]{color:#ff3838;font-size:25px}.goods_detail .goods_info .number-wrapper .price span[data-v-5cd85f3c]{font-size:15px}.goods_detail .goods_info .number-wrapper .old-price[data-v-5cd85f3c]{font-size:15px;margin-left:10px;color:#333}.goods_detail .goods_info .name[data-v-5cd85f3c]{font-size:16px;color:#333}.goods_detail .goods_info .msg[data-v-5cd85f3c]{display:flex;align-items:center;justify-content:space-between;margin-top:10px}.goods_detail .goods_info .msg .item[data-v-5cd85f3c]{color:#999;font-size:14px}.goods_detail .con-box[data-v-5cd85f3c]{margin-top:10px;padding-bottom:20px;background:#f0f2f5}[data-v-55be7ec7] .el-input__inner{border-color:#dcdee2}[data-v-55be7ec7] .el-input__prefix,[data-v-55be7ec7] .el-input__suffix{color:#808695}[data-v-55be7ec7] .el-cascader .el-input .el-icon-arrow-down{font-size:12px;font-weight:700}[data-v-55be7ec7] .ivu-select-single .ivu-select-selection{height:34px}[data-v-55be7ec7] .ivu-select-single .ivu-select-selection .ivu-select-selected-value{height:34px;line-height:34px}[data-v-55be7ec7] .ivu-input{height:34px}.img-add[data-v-55be7ec7]{width:50px;height:50px}.header-title[data-v-55be7ec7]{font-size:16px;color:rgba(0,0,0,.85)}.header-time[data-v-55be7ec7]{font-size:12px;color:#000;opacity:.45}.font-sm[data-v-55be7ec7]{font-size:12px}.bg[data-v-55be7ec7]{position:fixed;left:0;top:0;width:100%;height:100%;background:rgba(0,0,0,.5);z-index:11}[data-v-55be7ec7] .happy-scroll-content{width:100%}[data-v-55be7ec7] .happy-scroll-content .demo-spin-icon-load{animation:ani-demo-spin-55be7ec7 1s linear infinite}[data-v-55be7ec7] .happy-scroll-content .demo-spin-col{height:100px;position:relative;border:1px solid #eee}@-moz-keyframes ani-demo-spin-55be7ec7{0%{transform:rotate(0deg)}50%{transform:rotate(180deg)}to{transform:rotate(1turn)}}@-webkit-keyframes ani-demo-spin-55be7ec7{0%{transform:rotate(0deg)}50%{transform:rotate(180deg)}to{transform:rotate(1turn)}}@-o-keyframes ani-demo-spin-55be7ec7{0%{transform:rotate(0deg)}50%{transform:rotate(180deg)}to{transform:rotate(1turn)}}@keyframes ani-demo-spin-55be7ec7{0%{transform:rotate(0deg)}50%{transform:rotate(180deg)}to{transform:rotate(1turn)}} |
@ -0,0 +1 @@ |
||||
[data-v-199b73f9] .el-input__inner{border-color:#dcdee2}[data-v-199b73f9] .el-input__prefix,[data-v-199b73f9] .el-input__suffix{color:#808695}[data-v-199b73f9] .el-cascader .el-input .el-icon-arrow-down{font-size:12px;font-weight:700}[data-v-199b73f9] .ivu-select-single .ivu-select-selection{height:34px}[data-v-199b73f9] .ivu-select-single .ivu-select-selection .ivu-select-selected-value{height:34px;line-height:34px}[data-v-199b73f9] .ivu-input{height:34px}.img-add[data-v-199b73f9]{width:50px;height:50px}.header-title[data-v-199b73f9]{font-size:16px;color:rgba(0,0,0,.85)}.header-time[data-v-199b73f9]{font-size:12px;color:#000;opacity:.45}.font-sm[data-v-199b73f9]{font-size:12px}.bg[data-v-199b73f9]{position:fixed;left:0;top:0;width:100%;height:100%;background:rgba(0,0,0,.5);z-index:11}[data-v-199b73f9] .happy-scroll-content{width:100%}[data-v-199b73f9] .happy-scroll-content .demo-spin-icon-load{animation:ani-demo-spin-199b73f9 1s linear infinite}[data-v-199b73f9] .happy-scroll-content .demo-spin-col{height:100px;position:relative;border:1px solid #eee}@-moz-keyframes ani-demo-spin-199b73f9{0%{transform:rotate(0deg)}50%{transform:rotate(180deg)}to{transform:rotate(1turn)}}@-webkit-keyframes ani-demo-spin-199b73f9{0%{transform:rotate(0deg)}50%{transform:rotate(180deg)}to{transform:rotate(1turn)}}@-o-keyframes ani-demo-spin-199b73f9{0%{transform:rotate(0deg)}50%{transform:rotate(180deg)}to{transform:rotate(1turn)}}@keyframes ani-demo-spin-199b73f9{0%{transform:rotate(0deg)}50%{transform:rotate(180deg)}to{transform:rotate(1turn)}} |
@ -0,0 +1 @@ |
||||
[data-v-144eceae] .el-input__inner{border-color:#dcdee2}[data-v-144eceae] .el-input__prefix,[data-v-144eceae] .el-input__suffix{color:#808695}[data-v-144eceae] .el-cascader .el-input .el-icon-arrow-down{font-size:12px;font-weight:700}[data-v-144eceae] .ivu-select-single .ivu-select-selection{height:34px}[data-v-144eceae] .ivu-select-single .ivu-select-selection .ivu-select-selected-value{height:34px;line-height:34px}[data-v-144eceae] .ivu-input{height:34px}.img-add[data-v-144eceae]{width:50px;height:50px}.header-title[data-v-144eceae]{font-size:16px;color:rgba(0,0,0,.85)}.header-time[data-v-144eceae]{font-size:12px;color:#000;opacity:.45}.font-sm[data-v-144eceae]{font-size:12px}.bg[data-v-144eceae]{position:fixed;left:0;top:0;width:100%;height:100%;background:rgba(0,0,0,.5);z-index:11}[data-v-144eceae] .happy-scroll-content{width:100%}[data-v-144eceae] .happy-scroll-content .demo-spin-icon-load{animation:ani-demo-spin-144eceae 1s linear infinite}[data-v-144eceae] .happy-scroll-content .demo-spin-col{height:100px;position:relative;border:1px solid #eee}@-moz-keyframes ani-demo-spin-144eceae{0%{transform:rotate(0deg)}50%{transform:rotate(180deg)}to{transform:rotate(1turn)}}@-webkit-keyframes ani-demo-spin-144eceae{0%{transform:rotate(0deg)}50%{transform:rotate(180deg)}to{transform:rotate(1turn)}}@-o-keyframes ani-demo-spin-144eceae{0%{transform:rotate(0deg)}50%{transform:rotate(180deg)}to{transform:rotate(1turn)}}@keyframes ani-demo-spin-144eceae{0%{transform:rotate(0deg)}50%{transform:rotate(180deg)}to{transform:rotate(1turn)}} |
File diff suppressed because one or more lines are too long
Binary file not shown.
File diff suppressed because one or more lines are too long
Binary file not shown.
File diff suppressed because one or more lines are too long
Binary file not shown.
File diff suppressed because one or more lines are too long
Binary file not shown.
File diff suppressed because one or more lines are too long
Binary file not shown.
File diff suppressed because one or more lines are too long
Binary file not shown.
File diff suppressed because one or more lines are too long
Binary file not shown.
File diff suppressed because one or more lines are too long
Binary file not shown.
File diff suppressed because one or more lines are too long
Binary file not shown.
File diff suppressed because one or more lines are too long
Binary file not shown.
File diff suppressed because one or more lines are too long
Binary file not shown.
File diff suppressed because one or more lines are too long
Binary file not shown.
File diff suppressed because one or more lines are too long
Binary file not shown.
File diff suppressed because one or more lines are too long
Binary file not shown.
File diff suppressed because one or more lines are too long
Binary file not shown.
File diff suppressed because one or more lines are too long
Binary file not shown.
File diff suppressed because one or more lines are too long
Binary file not shown.
File diff suppressed because one or more lines are too long
Binary file not shown.
File diff suppressed because one or more lines are too long
Binary file not shown.
File diff suppressed because one or more lines are too long
Binary file not shown.
File diff suppressed because one or more lines are too long
Binary file not shown.
File diff suppressed because one or more lines are too long
Binary file not shown.
File diff suppressed because one or more lines are too long
Binary file not shown.
File diff suppressed because one or more lines are too long
Binary file not shown.
File diff suppressed because one or more lines are too long
Binary file not shown.
File diff suppressed because one or more lines are too long
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -0,0 +1 @@ |
||||
{"remainingRequest":"D:\\project\\jihao\\jiuhaoshenghuo\\后台管理\\admin_dHBzn\\node_modules\\thread-loader\\dist\\cjs.js!D:\\project\\jihao\\jiuhaoshenghuo\\后台管理\\admin_dHBzn\\node_modules\\babel-loader\\lib\\index.js!D:\\project\\jihao\\jiuhaoshenghuo\\后台管理\\admin_dHBzn\\node_modules\\eslint-loader\\index.js??ref--13-0!D:\\project\\jihao\\jiuhaoshenghuo\\后台管理\\admin_dHBzn\\src\\utils\\authLapse.js","dependencies":[{"path":"D:\\project\\jihao\\jiuhaoshenghuo\\后台管理\\admin_dHBzn\\src\\utils\\authLapse.js","mtime":1730469454320},{"path":"D:\\project\\jihao\\jiuhaoshenghuo\\后台管理\\admin_dHBzn\\babel.config.js","mtime":1730469418801},{"path":"D:\\project\\jihao\\jiuhaoshenghuo\\后台管理\\admin_dHBzn\\node_modules\\cache-loader\\dist\\cjs.js","mtime":1730469435700},{"path":"D:\\project\\jihao\\jiuhaoshenghuo\\后台管理\\admin_dHBzn\\node_modules\\thread-loader\\dist\\cjs.js","mtime":1730469450956},{"path":"D:\\project\\jihao\\jiuhaoshenghuo\\后台管理\\admin_dHBzn\\node_modules\\babel-loader\\lib\\index.js","mtime":1730469435033},{"path":"D:\\project\\jihao\\jiuhaoshenghuo\\后台管理\\admin_dHBzn\\node_modules\\eslint-loader\\index.js","mtime":1730469441089}],"contextDependencies":[],"result":["// +----------------------------------------------------------------------\n// | RENZHOU [ RENZHOU赋能开发者,助力企业发展 ]\n// +----------------------------------------------------------------------\n// | Copyright (c) 2016~2021 https://www.RENZHOU.com All rights reserved.\n// +----------------------------------------------------------------------\n// | Licensed RENZHOU并不是自由软件,未经许可不能去掉RENZHOU相关版权\n// +----------------------------------------------------------------------\n// | Author: RENZHOU Team <admin@RENZHOU.com>\n// +----------------------------------------------------------------------\nexport function authLapse(data) {\n var _this = this;\n return new Promise(function (resolve, reject) {\n _this.$Notice.warning({\n title: data.title,\n duration: 3,\n desc: data.info,\n render: function render(h) {\n return h('div', [h('a', {\n attrs: {\n href: 'http://www.RENZHOU.com'\n }\n }, data.info)]);\n }\n });\n // if(data.status === false){\n //\n // }\n });\n}",null]} |
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -0,0 +1 @@ |
||||
{"remainingRequest":"D:\\project\\jihao\\jiuhaoshenghuo\\后台管理\\admin_dHBzn\\node_modules\\babel-loader\\lib\\index.js!D:\\project\\jihao\\jiuhaoshenghuo\\后台管理\\admin_dHBzn\\node_modules\\eslint-loader\\index.js??ref--13-0!D:\\project\\jihao\\jiuhaoshenghuo\\后台管理\\admin_dHBzn\\src\\api\\systemAdmin.js","dependencies":[{"path":"D:\\project\\jihao\\jiuhaoshenghuo\\后台管理\\admin_dHBzn\\src\\api\\systemAdmin.js","mtime":1730469453696},{"path":"D:\\project\\jihao\\jiuhaoshenghuo\\后台管理\\admin_dHBzn\\babel.config.js","mtime":1730469418801},{"path":"D:\\project\\jihao\\jiuhaoshenghuo\\后台管理\\admin_dHBzn\\node_modules\\cache-loader\\dist\\cjs.js","mtime":1730469435700},{"path":"D:\\project\\jihao\\jiuhaoshenghuo\\后台管理\\admin_dHBzn\\node_modules\\babel-loader\\lib\\index.js","mtime":1730469435033},{"path":"D:\\project\\jihao\\jiuhaoshenghuo\\后台管理\\admin_dHBzn\\node_modules\\eslint-loader\\index.js","mtime":1730469441089}],"contextDependencies":[],"result":["// +----------------------------------------------------------------------\n// | RENZHOU [ RENZHOU赋能开发者,助力企业发展 ]\n// +----------------------------------------------------------------------\n// | Copyright (c) 2016~2021 https://www.RENZHOU.com All rights reserved.\n// +----------------------------------------------------------------------\n// | Licensed RENZHOU并不是自由软件,未经许可不能去掉RENZHOU相关版权\n// +----------------------------------------------------------------------\n// | Author: RENZHOU Team <admin@RENZHOU.com>\n// +----------------------------------------------------------------------\nimport request from '@/plugins/request';\n\n/**\r\n * @description 列表\r\n * @param {Object} param data {Object} 传值参数\r\n */\nexport function adminListApi(data) {\n return request({\n url: '/setting/admin',\n method: 'get',\n params: data\n });\n}\n;\n\n/**\r\n * @description 管理员添加表单\r\n */\nexport function adminFromApi() {\n return request({\n url: '/setting/admin/create',\n method: 'get'\n });\n}\n;\n\n/**\r\n * @description 管理员编辑表单\r\n * @param {Number} param id {Number} 管理员id\r\n */\nexport function adminEditFromApi(id) {\n return request({\n url: \"/setting/admin/\".concat(id, \"/edit\"),\n method: 'get'\n });\n}\n;\n\n/**\r\n * @description 管理员删除\r\n * @param {Number} param id {Number} 管理员id\r\n */\nexport function adminDelFromApi(id) {\n return request({\n url: \"/setting/admin/\".concat(id),\n method: 'DELETE'\n });\n}\n;\n\n/**\r\n * @description 管理员 修改状态\r\n * @param {Object} param data {Object} 传值\r\n */\nexport function setShowApi(data) {\n return request({\n url: \"setting/set_status/\".concat(data.id, \"/\").concat(data.status),\n method: 'PUT'\n });\n}\n;",null]} |
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -0,0 +1 @@ |
||||
{"remainingRequest":"D:\\project\\jihao\\jiuhaoshenghuo\\后台管理\\admin_dHBzn\\node_modules\\thread-loader\\dist\\cjs.js!D:\\project\\jihao\\jiuhaoshenghuo\\后台管理\\admin_dHBzn\\node_modules\\babel-loader\\lib\\index.js!D:\\project\\jihao\\jiuhaoshenghuo\\后台管理\\admin_dHBzn\\node_modules\\cache-loader\\dist\\cjs.js??ref--0-0!D:\\project\\jihao\\jiuhaoshenghuo\\后台管理\\admin_dHBzn\\node_modules\\vue-loader\\lib\\index.js??vue-loader-options!D:\\project\\jihao\\jiuhaoshenghuo\\后台管理\\admin_dHBzn\\node_modules\\iview-loader\\index.js??ref--0-2!D:\\project\\jihao\\jiuhaoshenghuo\\后台管理\\admin_dHBzn\\src\\components\\mobileConfigRight\\c_title.vue?vue&type=script&lang=js","dependencies":[{"path":"D:\\project\\jihao\\jiuhaoshenghuo\\后台管理\\admin_dHBzn\\src\\components\\mobileConfigRight\\c_title.vue","mtime":1730469453906},{"path":"D:\\project\\jihao\\jiuhaoshenghuo\\后台管理\\admin_dHBzn\\babel.config.js","mtime":1730469418801},{"path":"D:\\project\\jihao\\jiuhaoshenghuo\\后台管理\\admin_dHBzn\\node_modules\\cache-loader\\dist\\cjs.js","mtime":1730469435700},{"path":"D:\\project\\jihao\\jiuhaoshenghuo\\后台管理\\admin_dHBzn\\node_modules\\thread-loader\\dist\\cjs.js","mtime":1730469450956},{"path":"D:\\project\\jihao\\jiuhaoshenghuo\\后台管理\\admin_dHBzn\\node_modules\\babel-loader\\lib\\index.js","mtime":1730469435033},{"path":"D:\\project\\jihao\\jiuhaoshenghuo\\后台管理\\admin_dHBzn\\node_modules\\cache-loader\\dist\\cjs.js","mtime":1730469435700},{"path":"D:\\project\\jihao\\jiuhaoshenghuo\\后台管理\\admin_dHBzn\\node_modules\\vue-loader\\lib\\index.js","mtime":1730469451909},{"path":"D:\\project\\jihao\\jiuhaoshenghuo\\后台管理\\admin_dHBzn\\node_modules\\iview-loader\\index.js","mtime":1730469443277}],"contextDependencies":[],"result":["export default {\n name: 'c_title',\n props: {\n configObj: {\n type: Object\n },\n configNme: {\n type: String\n }\n },\n data: function data() {\n return {\n defaults: {},\n configData: {}\n };\n },\n watch: {\n configObj: {\n handler: function handler(nVal, oVal) {\n this.defaults = nVal;\n this.configData = nVal[this.configNme];\n },\n deep: true\n }\n },\n mounted: function mounted() {\n var _this = this;\n this.$nextTick(function () {\n _this.defaults = _this.configObj;\n _this.configData = _this.configObj[_this.configNme];\n });\n },\n methods: {}\n};",null]} |
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -0,0 +1 @@ |
||||
{"remainingRequest":"D:\\project\\jihao\\jiuhaoshenghuo\\后台管理\\admin_dHBzn\\node_modules\\babel-loader\\lib\\index.js!D:\\project\\jihao\\jiuhaoshenghuo\\后台管理\\admin_dHBzn\\node_modules\\vue-loader\\lib\\loaders\\templateLoader.js??ref--6!D:\\project\\jihao\\jiuhaoshenghuo\\后台管理\\admin_dHBzn\\node_modules\\cache-loader\\dist\\cjs.js??ref--0-0!D:\\project\\jihao\\jiuhaoshenghuo\\后台管理\\admin_dHBzn\\node_modules\\vue-loader\\lib\\index.js??vue-loader-options!D:\\project\\jihao\\jiuhaoshenghuo\\后台管理\\admin_dHBzn\\node_modules\\iview-loader\\index.js??ref--0-2!D:\\project\\jihao\\jiuhaoshenghuo\\后台管理\\admin_dHBzn\\src\\pages\\setting\\devise\\template\\Product\\replyCard.vue?vue&type=template&id=77e26ce0","dependencies":[{"path":"D:\\project\\jihao\\jiuhaoshenghuo\\后台管理\\admin_dHBzn\\src\\pages\\setting\\devise\\template\\Product\\replyCard.vue","mtime":1730469454097},{"path":"D:\\project\\jihao\\jiuhaoshenghuo\\后台管理\\admin_dHBzn\\babel.config.js","mtime":1730469418801},{"path":"D:\\project\\jihao\\jiuhaoshenghuo\\后台管理\\admin_dHBzn\\node_modules\\cache-loader\\dist\\cjs.js","mtime":1730469435700},{"path":"D:\\project\\jihao\\jiuhaoshenghuo\\后台管理\\admin_dHBzn\\node_modules\\cache-loader\\dist\\cjs.js","mtime":1730469435700},{"path":"D:\\project\\jihao\\jiuhaoshenghuo\\后台管理\\admin_dHBzn\\node_modules\\babel-loader\\lib\\index.js","mtime":1730469435033},{"path":"D:\\project\\jihao\\jiuhaoshenghuo\\后台管理\\admin_dHBzn\\node_modules\\vue-loader\\lib\\loaders\\templateLoader.js","mtime":1730469451910},{"path":"D:\\project\\jihao\\jiuhaoshenghuo\\后台管理\\admin_dHBzn\\node_modules\\cache-loader\\dist\\cjs.js","mtime":1730469435700},{"path":"D:\\project\\jihao\\jiuhaoshenghuo\\后台管理\\admin_dHBzn\\node_modules\\vue-loader\\lib\\index.js","mtime":1730469451909},{"path":"D:\\project\\jihao\\jiuhaoshenghuo\\后台管理\\admin_dHBzn\\node_modules\\iview-loader\\index.js","mtime":1730469443277}],"contextDependencies":[],"result":["var render = function render() {\n var _vm = this,\n _c = _vm._self._c;\n return _c('div', {\n staticClass: \"px-10\"\n }, [_c('div', {\n staticClass: \"rd-12px bg--w111-fff py-16 mb-8\"\n }, [_vm._m(0), _c('div', {\n staticClass: \"px-10 mt-12\"\n }, [_c('div', {\n staticClass: \"h-96px w-280 rd-8px bg--w111-f5f5f5 flex justify-between\"\n }, [_c('div', {\n staticClass: \"flex-1 p-12\"\n }, [_c('div', {\n staticClass: \"flex-y-center\"\n }, [_c('img', {\n staticClass: \"w-32 h-32 rd-50-p111-\",\n attrs: {\n \"src\": _vm.pic,\n \"mode\": \"aspectFill\"\n }\n }), _vm._m(1)]), _c('div', {\n staticClass: \"w-162 mt-6 text--w111-333 fs-12 break_word line2\"\n }, [_vm._v(\"质量挺不错的,用了一段时间也不起球\")])]), _c('img', {\n staticClass: \"w-96 rd-8px\",\n attrs: {\n \"src\": _vm.pic\n }\n })])])]), !_vm.showReply ? _c('div', {\n staticClass: \"mask\"\n }, [_vm._v(\"已隐藏\")]) : _vm._e()]);\n};\nvar staticRenderFns = [function () {\n var _vm = this,\n _c = _vm._self._c;\n return _c('div', {\n staticClass: \"px-10 flex-between-center\"\n }, [_c('div', [_c('span', {\n staticClass: \"text--w111-333 fs-15 fw-500\"\n }, [_vm._v(\"评价\")]), _c('span', {\n staticClass: \"fs-12 text--w111-666 pl-8\"\n }, [_vm._v(\"(20)\")])]), _c('div', {\n staticClass: \"flex-y-center\"\n }, [_c('span', {\n staticClass: \"fs-14 text-primary-con\"\n }, [_vm._v(\"99%\")]), _c('span', {\n staticClass: \"fs-12 text--w111-999 pr-8\"\n }, [_vm._v(\"好评率\")]), _c('span', {\n staticClass: \"mobiconfont icon-ic_rightarrow fs-12 text--w111-666\"\n })])]);\n}, function () {\n var _vm = this,\n _c = _vm._self._c;\n return _c('div', {\n staticClass: \"flex-col pl-8\"\n }, [_c('span', {\n staticClass: \"text--w111-333 fs-12\"\n }, [_vm._v(\"X***8\")])]);\n}];\nexport { render, staticRenderFns };",null]} |
File diff suppressed because one or more lines are too long
@ -0,0 +1 @@ |
||||
{"remainingRequest":"D:\\project\\jihao\\jiuhaoshenghuo\\后台管理\\admin_dHBzn\\node_modules\\babel-loader\\lib\\index.js!D:\\project\\jihao\\jiuhaoshenghuo\\后台管理\\admin_dHBzn\\node_modules\\vue-loader\\lib\\loaders\\templateLoader.js??ref--6!D:\\project\\jihao\\jiuhaoshenghuo\\后台管理\\admin_dHBzn\\node_modules\\cache-loader\\dist\\cjs.js??ref--0-0!D:\\project\\jihao\\jiuhaoshenghuo\\后台管理\\admin_dHBzn\\node_modules\\vue-loader\\lib\\index.js??vue-loader-options!D:\\project\\jihao\\jiuhaoshenghuo\\后台管理\\admin_dHBzn\\node_modules\\iview-loader\\index.js??ref--0-2!D:\\project\\jihao\\jiuhaoshenghuo\\后台管理\\admin_dHBzn\\src\\pages\\platform\\list\\index.vue?vue&type=template&id=19dcf991&scoped=true","dependencies":[{"path":"D:\\project\\jihao\\jiuhaoshenghuo\\后台管理\\admin_dHBzn\\src\\pages\\platform\\list\\index.vue","mtime":1730469454068},{"path":"D:\\project\\jihao\\jiuhaoshenghuo\\后台管理\\admin_dHBzn\\babel.config.js","mtime":1730469418801},{"path":"D:\\project\\jihao\\jiuhaoshenghuo\\后台管理\\admin_dHBzn\\node_modules\\cache-loader\\dist\\cjs.js","mtime":1730469435700},{"path":"D:\\project\\jihao\\jiuhaoshenghuo\\后台管理\\admin_dHBzn\\node_modules\\cache-loader\\dist\\cjs.js","mtime":1730469435700},{"path":"D:\\project\\jihao\\jiuhaoshenghuo\\后台管理\\admin_dHBzn\\node_modules\\babel-loader\\lib\\index.js","mtime":1730469435033},{"path":"D:\\project\\jihao\\jiuhaoshenghuo\\后台管理\\admin_dHBzn\\node_modules\\vue-loader\\lib\\loaders\\templateLoader.js","mtime":1730469451910},{"path":"D:\\project\\jihao\\jiuhaoshenghuo\\后台管理\\admin_dHBzn\\node_modules\\cache-loader\\dist\\cjs.js","mtime":1730469435700},{"path":"D:\\project\\jihao\\jiuhaoshenghuo\\后台管理\\admin_dHBzn\\node_modules\\vue-loader\\lib\\index.js","mtime":1730469451909},{"path":"D:\\project\\jihao\\jiuhaoshenghuo\\后台管理\\admin_dHBzn\\node_modules\\iview-loader\\index.js","mtime":1730469443277}],"contextDependencies":[],"result":["var render = function render() {\n var _vm = this,\n _c = _vm._self._c;\n return _c('div', [_c('Card', {\n attrs: {\n \"bordered\": false,\n \"dis-hover\": \"\"\n }\n }, [_c('PageHeader', {\n staticClass: \"product_tabs\",\n attrs: {\n \"title\": _vm.$route.meta.title,\n \"hidden-breadcrumb\": \"\"\n }\n }, [_c('div', {\n attrs: {\n \"slot\": \"content\"\n },\n slot: \"content\"\n }, [_c('Tabs', {\n on: {\n \"on-click\": _vm.onClickTab\n }\n }, [_c('TabPane', {\n attrs: {\n \"label\": \"全部\",\n \"name\": \" \"\n }\n }), _c('TabPane', {\n attrs: {\n \"label\": \"营业中\",\n \"name\": \"1\"\n }\n }), _c('TabPane', {\n attrs: {\n \"label\": \"休息中\",\n \"name\": \"2\"\n }\n }), _c('TabPane', {\n attrs: {\n \"label\": \"已停业\",\n \"name\": \"3\"\n }\n })], 1)], 1)])], 1), _c('Card', {\n staticClass: \"ive-mt tablebox\",\n attrs: {\n \"bordered\": false,\n \"dis-hover\": \"\"\n }\n }, [_c('div', {\n staticClass: \"btnbox\"\n }, [_c('div', {\n staticClass: \"btns\"\n }, [_vm._v(\"添加门店\")])]), _c('div', {\n staticClass: \"table\"\n }, [_c('Table', {\n ref: \"table\",\n staticClass: \"mt25\",\n attrs: {\n \"columns\": _vm.columns,\n \"data\": _vm.orderList,\n \"loading\": _vm.loading,\n \"highlight-row\": \"\",\n \"no-userFrom-text\": \"暂无数据\",\n \"no-filtered-userFrom-text\": \"暂无筛选结果\"\n },\n scopedSlots: _vm._u([{\n key: \"status\",\n fn: function fn(_ref) {\n var row = _ref.row,\n index = _ref.index;\n return [[row.status === 0 ? _c('div', [_vm._v(\"未发货\")]) : row.status === 1 ? _c('div', [_vm._v(\"待收货\")]) : row.status === 2 ? _c('div', [_vm._v(\"待评价\")]) : row.status === 3 ? _c('div', [_vm._v(\"已完成\")]) : _vm._e()]];\n }\n }, {\n key: \"action\",\n fn: function fn(_ref2) {\n var row = _ref2.row,\n index = _ref2.index;\n return [_c('a', [_vm._v(\"进入门店\")]), _c('Divider', {\n attrs: {\n \"type\": \"vertical\"\n }\n }), _c('a', [_vm._v(\"停业\")]), _c('Divider', {\n attrs: {\n \"type\": \"vertical\"\n }\n }), _c('a', [_vm._v(\"编辑\")]), _c('Divider', {\n attrs: {\n \"type\": \"vertical\"\n }\n }), _c('a', [_vm._v(\"删除\")])];\n }\n }])\n })], 1)])], 1);\n};\nvar staticRenderFns = [];\nexport { render, staticRenderFns };",null]} |
File diff suppressed because one or more lines are too long
@ -0,0 +1 @@ |
||||
{"remainingRequest":"D:\\project\\jihao\\jiuhaoshenghuo\\后台管理\\admin_dHBzn\\node_modules\\babel-loader\\lib\\index.js!D:\\project\\jihao\\jiuhaoshenghuo\\后台管理\\admin_dHBzn\\node_modules\\vue-loader\\lib\\loaders\\templateLoader.js??ref--6!D:\\project\\jihao\\jiuhaoshenghuo\\后台管理\\admin_dHBzn\\node_modules\\cache-loader\\dist\\cjs.js??ref--0-0!D:\\project\\jihao\\jiuhaoshenghuo\\后台管理\\admin_dHBzn\\node_modules\\vue-loader\\lib\\index.js??vue-loader-options!D:\\project\\jihao\\jiuhaoshenghuo\\后台管理\\admin_dHBzn\\node_modules\\iview-loader\\index.js??ref--0-2!D:\\project\\jihao\\jiuhaoshenghuo\\后台管理\\admin_dHBzn\\src\\pages\\setting\\devise\\template\\StoreMenus\\template2.vue?vue&type=template&id=3fee386b&scoped=true","dependencies":[{"path":"D:\\project\\jihao\\jiuhaoshenghuo\\后台管理\\admin_dHBzn\\src\\pages\\setting\\devise\\template\\StoreMenus\\template2.vue","mtime":1730469454099},{"path":"D:\\project\\jihao\\jiuhaoshenghuo\\后台管理\\admin_dHBzn\\babel.config.js","mtime":1730469418801},{"path":"D:\\project\\jihao\\jiuhaoshenghuo\\后台管理\\admin_dHBzn\\node_modules\\cache-loader\\dist\\cjs.js","mtime":1730469435700},{"path":"D:\\project\\jihao\\jiuhaoshenghuo\\后台管理\\admin_dHBzn\\node_modules\\cache-loader\\dist\\cjs.js","mtime":1730469435700},{"path":"D:\\project\\jihao\\jiuhaoshenghuo\\后台管理\\admin_dHBzn\\node_modules\\babel-loader\\lib\\index.js","mtime":1730469435033},{"path":"D:\\project\\jihao\\jiuhaoshenghuo\\后台管理\\admin_dHBzn\\node_modules\\vue-loader\\lib\\loaders\\templateLoader.js","mtime":1730469451910},{"path":"D:\\project\\jihao\\jiuhaoshenghuo\\后台管理\\admin_dHBzn\\node_modules\\cache-loader\\dist\\cjs.js","mtime":1730469435700},{"path":"D:\\project\\jihao\\jiuhaoshenghuo\\后台管理\\admin_dHBzn\\node_modules\\vue-loader\\lib\\index.js","mtime":1730469451909},{"path":"D:\\project\\jihao\\jiuhaoshenghuo\\后台管理\\admin_dHBzn\\node_modules\\iview-loader\\index.js","mtime":1730469443277}],"contextDependencies":[],"result":["var render = function render() {\n var _vm = this,\n _c = _vm._self._c;\n return _c(\"div\", [_c(\"div\", {\n staticClass: \"service\"\n }, _vm._l(_vm.storeMenus, function (item) {\n return _c(\"div\", {\n key: item.id,\n staticClass: \"acea-row row-middle item\",\n on: {\n click: function click($event) {\n return _vm.goMenuPage(item.url, item.name);\n }\n }\n }, [_c(\"img\", {\n staticClass: \"image\",\n attrs: {\n src: item.pic\n }\n }), _c(\"div\", {\n staticClass: \"name\"\n }, [_vm._v(_vm._s(item.name))]), _c(\"span\", {\n staticClass: \"mobiconfont icon-ic_rightarrow\"\n })]);\n }), 0)]);\n};\nvar staticRenderFns = [];\nrender._withStripped = true;\nexport { render, staticRenderFns };",null]} |
@ -0,0 +1 @@ |
||||
{"remainingRequest":"D:\\project\\jihao\\jiuhaoshenghuo\\后台管理\\admin_dHBzn\\node_modules\\babel-loader\\lib\\index.js!D:\\project\\jihao\\jiuhaoshenghuo\\后台管理\\admin_dHBzn\\node_modules\\vue-loader\\lib\\loaders\\templateLoader.js??ref--6!D:\\project\\jihao\\jiuhaoshenghuo\\后台管理\\admin_dHBzn\\node_modules\\cache-loader\\dist\\cjs.js??ref--0-0!D:\\project\\jihao\\jiuhaoshenghuo\\后台管理\\admin_dHBzn\\node_modules\\vue-loader\\lib\\index.js??vue-loader-options!D:\\project\\jihao\\jiuhaoshenghuo\\后台管理\\admin_dHBzn\\node_modules\\iview-loader\\index.js??ref--0-2!D:\\project\\jihao\\jiuhaoshenghuo\\后台管理\\admin_dHBzn\\src\\components\\copyright\\index.vue?vue&type=template&id=37fa5daa","dependencies":[{"path":"D:\\project\\jihao\\jiuhaoshenghuo\\后台管理\\admin_dHBzn\\src\\components\\copyright\\index.vue","mtime":1730469453860},{"path":"D:\\project\\jihao\\jiuhaoshenghuo\\后台管理\\admin_dHBzn\\babel.config.js","mtime":1730469418801},{"path":"D:\\project\\jihao\\jiuhaoshenghuo\\后台管理\\admin_dHBzn\\node_modules\\cache-loader\\dist\\cjs.js","mtime":1730469435700},{"path":"D:\\project\\jihao\\jiuhaoshenghuo\\后台管理\\admin_dHBzn\\node_modules\\cache-loader\\dist\\cjs.js","mtime":1730469435700},{"path":"D:\\project\\jihao\\jiuhaoshenghuo\\后台管理\\admin_dHBzn\\node_modules\\babel-loader\\lib\\index.js","mtime":1730469435033},{"path":"D:\\project\\jihao\\jiuhaoshenghuo\\后台管理\\admin_dHBzn\\node_modules\\vue-loader\\lib\\loaders\\templateLoader.js","mtime":1730469451910},{"path":"D:\\project\\jihao\\jiuhaoshenghuo\\后台管理\\admin_dHBzn\\node_modules\\cache-loader\\dist\\cjs.js","mtime":1730469435700},{"path":"D:\\project\\jihao\\jiuhaoshenghuo\\后台管理\\admin_dHBzn\\node_modules\\vue-loader\\lib\\index.js","mtime":1730469451909},{"path":"D:\\project\\jihao\\jiuhaoshenghuo\\后台管理\\admin_dHBzn\\node_modules\\iview-loader\\index.js","mtime":1730469443277}],"contextDependencies":[],"result":["var render = function render() {\n var _vm = this,\n _c = _vm._self._c;\n return _c(\"GlobalFooter\", {\n staticClass: \"i-copyright\",\n attrs: {\n links: _vm.links,\n copyright: _vm.copyright\n }\n });\n};\nvar staticRenderFns = [];\nrender._withStripped = true;\nexport { render, staticRenderFns };",null]} |
@ -0,0 +1 @@ |
||||
{"remainingRequest":"D:\\project\\jihao\\jiuhaoshenghuo\\后台管理\\admin_dHBzn\\node_modules\\babel-loader\\lib\\index.js!D:\\project\\jihao\\jiuhaoshenghuo\\后台管理\\admin_dHBzn\\node_modules\\vue-loader\\lib\\loaders\\templateLoader.js??ref--6!D:\\project\\jihao\\jiuhaoshenghuo\\后台管理\\admin_dHBzn\\node_modules\\cache-loader\\dist\\cjs.js??ref--0-0!D:\\project\\jihao\\jiuhaoshenghuo\\后台管理\\admin_dHBzn\\node_modules\\vue-loader\\lib\\index.js??vue-loader-options!D:\\project\\jihao\\jiuhaoshenghuo\\后台管理\\admin_dHBzn\\node_modules\\iview-loader\\index.js??ref--0-2!D:\\project\\jihao\\jiuhaoshenghuo\\后台管理\\admin_dHBzn\\src\\pages\\kefu\\pc\\components\\userLabel.vue?vue&type=template&id=395ecc75&scoped=true","dependencies":[{"path":"D:\\project\\jihao\\jiuhaoshenghuo\\后台管理\\admin_dHBzn\\src\\pages\\kefu\\pc\\components\\userLabel.vue","mtime":1730469454007},{"path":"D:\\project\\jihao\\jiuhaoshenghuo\\后台管理\\admin_dHBzn\\babel.config.js","mtime":1730469418801},{"path":"D:\\project\\jihao\\jiuhaoshenghuo\\后台管理\\admin_dHBzn\\node_modules\\cache-loader\\dist\\cjs.js","mtime":1730469435700},{"path":"D:\\project\\jihao\\jiuhaoshenghuo\\后台管理\\admin_dHBzn\\node_modules\\cache-loader\\dist\\cjs.js","mtime":1730469435700},{"path":"D:\\project\\jihao\\jiuhaoshenghuo\\后台管理\\admin_dHBzn\\node_modules\\babel-loader\\lib\\index.js","mtime":1730469435033},{"path":"D:\\project\\jihao\\jiuhaoshenghuo\\后台管理\\admin_dHBzn\\node_modules\\vue-loader\\lib\\loaders\\templateLoader.js","mtime":1730469451910},{"path":"D:\\project\\jihao\\jiuhaoshenghuo\\后台管理\\admin_dHBzn\\node_modules\\cache-loader\\dist\\cjs.js","mtime":1730469435700},{"path":"D:\\project\\jihao\\jiuhaoshenghuo\\后台管理\\admin_dHBzn\\node_modules\\vue-loader\\lib\\index.js","mtime":1730469451909},{"path":"D:\\project\\jihao\\jiuhaoshenghuo\\后台管理\\admin_dHBzn\\node_modules\\iview-loader\\index.js","mtime":1730469443277}],"contextDependencies":[],"result":["var render = function render() {\n var _vm = this,\n _c = _vm._self._c;\n return _c('div', {\n staticClass: \"label-wrapper\"\n }, [_c('div', {\n staticClass: \"list-box\"\n }, [_vm._l(_vm.labelList, function (item, index) {\n return _vm.isUser ? _c('div', {\n key: index,\n staticClass: \"label-box\"\n }, [_c('div', {\n staticClass: \"title\"\n }, [_vm._v(_vm._s(item.name))]), _c('div', {\n staticClass: \"list\"\n }, _vm._l(item.label, function (label, j) {\n return _c('div', {\n key: j,\n staticClass: \"label-item\",\n class: {\n on: label.disabled\n },\n on: {\n \"click\": function click($event) {\n return _vm.selectLabel(label);\n }\n }\n }, [_vm._v(_vm._s(label.label_name))]);\n }), 0)]) : _vm._e();\n }), !_vm.isUser ? _c('div', [_vm._v(\"暂无标签\")]) : _vm._e()], 2), _c('div', {\n staticClass: \"footer\"\n }, [_c('Button', {\n staticClass: \"btns\",\n attrs: {\n \"type\": \"primary\"\n },\n on: {\n \"click\": _vm.subBtn\n }\n }, [_vm._v(\"确定\")]), _c('Button', {\n staticClass: \"btns\",\n attrs: {\n \"type\": \"primary\",\n \"ghost\": \"\"\n },\n on: {\n \"click\": _vm.cancel\n }\n }, [_vm._v(\"取消\")])], 1)]);\n};\nvar staticRenderFns = [];\nexport { render, staticRenderFns };",null]} |
File diff suppressed because one or more lines are too long
@ -0,0 +1 @@ |
||||
{"remainingRequest":"D:\\project\\jihao\\jiuhaoshenghuo\\后台管理\\admin_dHBzn\\node_modules\\thread-loader\\dist\\cjs.js!D:\\project\\jihao\\jiuhaoshenghuo\\后台管理\\admin_dHBzn\\node_modules\\babel-loader\\lib\\index.js!D:\\project\\jihao\\jiuhaoshenghuo\\后台管理\\admin_dHBzn\\node_modules\\cache-loader\\dist\\cjs.js??ref--0-0!D:\\project\\jihao\\jiuhaoshenghuo\\后台管理\\admin_dHBzn\\node_modules\\vue-loader\\lib\\index.js??vue-loader-options!D:\\project\\jihao\\jiuhaoshenghuo\\后台管理\\admin_dHBzn\\node_modules\\iview-loader\\index.js??ref--0-2!D:\\project\\jihao\\jiuhaoshenghuo\\后台管理\\admin_dHBzn\\src\\components\\diyComponents\\c_bg_color.vue?vue&type=script&lang=js","dependencies":[{"path":"D:\\project\\jihao\\jiuhaoshenghuo\\后台管理\\admin_dHBzn\\src\\components\\diyComponents\\c_bg_color.vue","mtime":1730469453863},{"path":"D:\\project\\jihao\\jiuhaoshenghuo\\后台管理\\admin_dHBzn\\babel.config.js","mtime":1730469418801},{"path":"D:\\project\\jihao\\jiuhaoshenghuo\\后台管理\\admin_dHBzn\\node_modules\\cache-loader\\dist\\cjs.js","mtime":1730469435700},{"path":"D:\\project\\jihao\\jiuhaoshenghuo\\后台管理\\admin_dHBzn\\node_modules\\thread-loader\\dist\\cjs.js","mtime":1730469450956},{"path":"D:\\project\\jihao\\jiuhaoshenghuo\\后台管理\\admin_dHBzn\\node_modules\\babel-loader\\lib\\index.js","mtime":1730469435033},{"path":"D:\\project\\jihao\\jiuhaoshenghuo\\后台管理\\admin_dHBzn\\node_modules\\cache-loader\\dist\\cjs.js","mtime":1730469435700},{"path":"D:\\project\\jihao\\jiuhaoshenghuo\\后台管理\\admin_dHBzn\\node_modules\\vue-loader\\lib\\index.js","mtime":1730469451909},{"path":"D:\\project\\jihao\\jiuhaoshenghuo\\后台管理\\admin_dHBzn\\node_modules\\iview-loader\\index.js","mtime":1730469443277}],"contextDependencies":[],"result":["var restColor = '';\nexport default {\n name: 'c_bg_color',\n props: {\n configData: {\n type: Object\n },\n name: {\n type: String\n }\n },\n data: function data() {\n return {\n defaults: {},\n bgColor: {\n bgStar: '',\n bgEnd: ''\n },\n oldColor: {\n bgStar: '',\n bgEnd: ''\n },\n index: 0\n };\n },\n created: function created() {\n this.defaults = this.configData;\n },\n watch: {\n configData: {\n handler: function handler(nVal, oVal) {\n this.defaults = nVal;\n },\n immediate: true,\n deep: true\n }\n },\n methods: {\n changeColor: function changeColor(e, color) {\n if (!e) {\n color.item = 'transparent';\n }\n // this.$emit('getConfig', this.defaults)\n },\n // 重置\n resetBgA: function resetBgA(color, index, key) {\n color.item = this.configData[this.name].default[key].item;\n }\n }\n};",null]} |
File diff suppressed because one or more lines are too long
@ -0,0 +1 @@ |
||||
{"remainingRequest":"D:\\project\\jihao\\jiuhaoshenghuo\\后台管理\\admin_dHBzn\\node_modules\\babel-loader\\lib\\index.js!D:\\project\\jihao\\jiuhaoshenghuo\\后台管理\\admin_dHBzn\\node_modules\\vue-loader\\lib\\loaders\\templateLoader.js??ref--6!D:\\project\\jihao\\jiuhaoshenghuo\\后台管理\\admin_dHBzn\\node_modules\\cache-loader\\dist\\cjs.js??ref--0-0!D:\\project\\jihao\\jiuhaoshenghuo\\后台管理\\admin_dHBzn\\node_modules\\vue-loader\\lib\\index.js??vue-loader-options!D:\\project\\jihao\\jiuhaoshenghuo\\后台管理\\admin_dHBzn\\node_modules\\iview-loader\\index.js??ref--0-2!D:\\project\\jihao\\jiuhaoshenghuo\\后台管理\\admin_dHBzn\\src\\pages\\setting\\devise\\goodClass.vue?vue&type=template&id=a9a0f3d6&scoped=true","dependencies":[{"path":"D:\\project\\jihao\\jiuhaoshenghuo\\后台管理\\admin_dHBzn\\src\\pages\\setting\\devise\\goodClass.vue","mtime":1730469454086},{"path":"D:\\project\\jihao\\jiuhaoshenghuo\\后台管理\\admin_dHBzn\\babel.config.js","mtime":1730469418801},{"path":"D:\\project\\jihao\\jiuhaoshenghuo\\后台管理\\admin_dHBzn\\node_modules\\cache-loader\\dist\\cjs.js","mtime":1730469435700},{"path":"D:\\project\\jihao\\jiuhaoshenghuo\\后台管理\\admin_dHBzn\\node_modules\\cache-loader\\dist\\cjs.js","mtime":1730469435700},{"path":"D:\\project\\jihao\\jiuhaoshenghuo\\后台管理\\admin_dHBzn\\node_modules\\babel-loader\\lib\\index.js","mtime":1730469435033},{"path":"D:\\project\\jihao\\jiuhaoshenghuo\\后台管理\\admin_dHBzn\\node_modules\\vue-loader\\lib\\loaders\\templateLoader.js","mtime":1730469451910},{"path":"D:\\project\\jihao\\jiuhaoshenghuo\\后台管理\\admin_dHBzn\\node_modules\\cache-loader\\dist\\cjs.js","mtime":1730469435700},{"path":"D:\\project\\jihao\\jiuhaoshenghuo\\后台管理\\admin_dHBzn\\node_modules\\vue-loader\\lib\\index.js","mtime":1730469451909},{"path":"D:\\project\\jihao\\jiuhaoshenghuo\\后台管理\\admin_dHBzn\\node_modules\\iview-loader\\index.js","mtime":1730469443277}],"contextDependencies":[],"result":["var render = function render() {\n var _vm = this,\n _c = _vm._self._c;\n return _c(\"div\", {\n staticClass: \"goodClass flex\"\n }, [_c(\"div\", {\n staticClass: \"flex-1\"\n }, [_c(\"el-carousel\", {\n ref: \"carousel\",\n attrs: {\n interval: 4000,\n autoplay: false,\n \"initial-index\": _vm.activeIndex,\n type: \"card\",\n trigger: \"click\",\n height: \"700px\"\n },\n on: {\n change: _vm.swiperChange\n }\n }, _vm._l(_vm.level == 2 ? _vm.list1 : _vm.list2, function (item, index) {\n return _c(\"el-carousel-item\", {\n key: index\n }, [_c(\"img\", {\n staticClass: \"cate-pic\",\n class: _vm.activeIndex == index ? \"blue-border\" : \"\",\n attrs: {\n src: item.image\n }\n })]);\n }), 1)], 1), _c(\"div\", {\n staticClass: \"w-400\"\n }), _c(\"div\", {\n staticClass: \"right\"\n }, [_c(\"div\", {\n staticClass: \"main\"\n }, [_vm._m(0), _c(\"div\", {\n staticClass: \"main-content bg-fff\"\n }, [_c(\"div\", {\n staticClass: \"title\"\n }, [_vm._v(\"页面设置\")]), _c(\"div\", {\n staticClass: \"form\"\n }, [_c(\"div\", {\n staticClass: \"form-item mt-20\"\n }, [_c(\"div\", {\n staticClass: \"form-label\"\n }, [_vm._v(\"分类等级\")]), _c(\"div\", {\n staticClass: \"form-value ml-14\"\n }, [_c(\"RadioGroup\", {\n on: {\n \"on-change\": _vm.levelChange\n },\n model: {\n value: _vm.level,\n callback: function callback($$v) {\n _vm.level = $$v;\n },\n expression: \"level\"\n }\n }, [_c(\"Radio\", {\n attrs: {\n label: 2\n }\n }, [_vm._v(\"二级分类\")]), _c(\"Radio\", {\n attrs: {\n label: 3\n }\n }, [_vm._v(\"三级分类\")])], 1)], 1)])])])])]), _c(\"Card\", {\n staticClass: \"fixed-card\",\n style: {\n left: \"\".concat(!_vm.menuCollapse ? \"200px\" : _vm.isMobile ? \"0\" : \"80px\")\n },\n attrs: {\n bordered: false,\n \"dis-hover\": \"\"\n }\n }, [_c(\"div\", {\n staticClass: \"acea-row row-center-wrapper\"\n }, [_c(\"Button\", {\n staticClass: \"bnt\",\n attrs: {\n type: \"primary\"\n },\n on: {\n click: _vm.onSubmit\n }\n }, [_vm._v(\"保存\")])], 1)])], 1);\n};\nvar staticRenderFns = [function () {\n var _vm = this,\n _c = _vm._self._c;\n return _c(\"div\", {\n staticClass: \"main-header bg-fff\"\n }, [_c(\"div\", {\n staticClass: \"main-title\"\n }, [_c(\"span\", [_vm._v(\"商品分类\")])])]);\n}];\nrender._withStripped = true;\nexport { render, staticRenderFns };",null]} |
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -0,0 +1 @@ |
||||
{"remainingRequest":"D:\\project\\jihao\\jiuhaoshenghuo\\后台管理\\admin_dHBzn\\node_modules\\thread-loader\\dist\\cjs.js!D:\\project\\jihao\\jiuhaoshenghuo\\后台管理\\admin_dHBzn\\node_modules\\babel-loader\\lib\\index.js!D:\\project\\jihao\\jiuhaoshenghuo\\后台管理\\admin_dHBzn\\node_modules\\eslint-loader\\index.js??ref--13-0!D:\\project\\jihao\\jiuhaoshenghuo\\后台管理\\admin_dHBzn\\src\\utils\\emoji.js","dependencies":[{"path":"D:\\project\\jihao\\jiuhaoshenghuo\\后台管理\\admin_dHBzn\\src\\utils\\emoji.js","mtime":1730469454324},{"path":"D:\\project\\jihao\\jiuhaoshenghuo\\后台管理\\admin_dHBzn\\babel.config.js","mtime":1730469418801},{"path":"D:\\project\\jihao\\jiuhaoshenghuo\\后台管理\\admin_dHBzn\\node_modules\\cache-loader\\dist\\cjs.js","mtime":1730469435700},{"path":"D:\\project\\jihao\\jiuhaoshenghuo\\后台管理\\admin_dHBzn\\node_modules\\thread-loader\\dist\\cjs.js","mtime":1730469450956},{"path":"D:\\project\\jihao\\jiuhaoshenghuo\\后台管理\\admin_dHBzn\\node_modules\\babel-loader\\lib\\index.js","mtime":1730469435033},{"path":"D:\\project\\jihao\\jiuhaoshenghuo\\后台管理\\admin_dHBzn\\node_modules\\eslint-loader\\index.js","mtime":1730469441089}],"contextDependencies":[],"result":["// +----------------------------------------------------------------------\n// | RENZHOU [ RENZHOU赋能开发者,助力企业发展 ]\n// +----------------------------------------------------------------------\n// | Copyright (c) 2016~2021 https://www.RENZHOU.com All rights reserved.\n// +----------------------------------------------------------------------\n// | Licensed RENZHOU并不是自由软件,未经许可不能去掉RENZHOU相关版权\n// +----------------------------------------------------------------------\n// | Author: RENZHOU Team <admin@RENZHOU.com>\n// +----------------------------------------------------------------------\n\nexport default ['em-tlj-1', 'em-tlj-2', 'em-tlj-3', 'em-tlj-4', 'em-tlj-5', 'em-tlj-6', 'em-tlj-7', 'em-tlj-8', 'em-tlj-9', 'em-tlj-10', 'em-tlj-11', 'em-tlj-12', 'em-tlj-13', 'em-tlj-14', 'em-tlj-15', 'em-tlj-16', 'em-tlj-17', 'em-tlj-18', 'em-tlj-19', 'em-tlj-20', 'em-tlj-21', 'em-tlj-22', 'em-tlj-23', 'em-tlj-24', 'em-tlj-25', 'em-tlj-26', 'em-tlj-27', 'em-tlj-28', 'em-tlj-29', 'em-tlj-30', 'em-tlj-31', 'em-tlj-32', 'em-tlj-33', 'em-tlj-34', 'em-tlj-35', 'em-tlj-36', 'em-tlj-37', 'em-tlj-38', 'em-tlj-39', 'em-tlj-40', 'em-tlj-41', 'em-tlj-42', 'em-tlj-43', 'em-tlj-44', 'em-tlj-45', 'em-tlj-46', 'em-tlj-47', 'em-tlj-48', 'em-tlj-49', 'em-tlj-50', 'em-tlj-51', 'em-tlj-52', 'em-tlj-53', 'em-tlj-54', 'em-tlj-55', 'em-tlj-56', 'em-tlj-57', 'em-tlj-58', 'em-tlj-59', 'em-tlj-60', 'em-tlj-61', 'em-tlj-62', 'em-tlj-63', 'em-tlj-64', 'em-tlj-65', 'em-tlj-66', 'em-tlj-67', 'em-tlj-68', 'em-tlj-69', 'em-tlj-70', 'em-tlj-71', 'em-tlj-72', 'em-tlj-73', 'em-tlj-74', 'em-tlj-75', 'em-tlj-76', 'em-tlj-77', 'em-tlj-78', 'em-tlj-79', 'em-tlj-80', 'em-tlj-81', 'em-tlj-82', 'em-tlj-83', 'em-tlj-84', 'em-tlj-85', 'em-tlj-86', 'em-tlj-87', 'em-tlj-88', 'em-tlj-89', 'em-tlj-90', 'em-tlj-91', 'em-tlj-92', 'em-tlj-93', 'em-tlj-94', 'em-tlj-95', 'em-tlj-96'];",null]} |
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -0,0 +1 @@ |
||||
{"remainingRequest":"D:\\project\\jihao\\jiuhaoshenghuo\\后台管理\\admin_dHBzn\\node_modules\\babel-loader\\lib\\index.js!D:\\project\\jihao\\jiuhaoshenghuo\\后台管理\\admin_dHBzn\\node_modules\\cache-loader\\dist\\cjs.js??ref--0-0!D:\\project\\jihao\\jiuhaoshenghuo\\后台管理\\admin_dHBzn\\node_modules\\vue-loader\\lib\\index.js??vue-loader-options!D:\\project\\jihao\\jiuhaoshenghuo\\后台管理\\admin_dHBzn\\node_modules\\iview-loader\\index.js??ref--0-2!D:\\project\\jihao\\jiuhaoshenghuo\\后台管理\\admin_dHBzn\\src\\components\\mobileConfigRight\\c_select_item.vue?vue&type=script&lang=js","dependencies":[{"path":"D:\\project\\jihao\\jiuhaoshenghuo\\后台管理\\admin_dHBzn\\src\\components\\mobileConfigRight\\c_select_item.vue","mtime":1730469453904},{"path":"D:\\project\\jihao\\jiuhaoshenghuo\\后台管理\\admin_dHBzn\\babel.config.js","mtime":1730469418801},{"path":"D:\\project\\jihao\\jiuhaoshenghuo\\后台管理\\admin_dHBzn\\node_modules\\cache-loader\\dist\\cjs.js","mtime":1730469435700},{"path":"D:\\project\\jihao\\jiuhaoshenghuo\\后台管理\\admin_dHBzn\\node_modules\\babel-loader\\lib\\index.js","mtime":1730469435033},{"path":"D:\\project\\jihao\\jiuhaoshenghuo\\后台管理\\admin_dHBzn\\node_modules\\cache-loader\\dist\\cjs.js","mtime":1730469435700},{"path":"D:\\project\\jihao\\jiuhaoshenghuo\\后台管理\\admin_dHBzn\\node_modules\\vue-loader\\lib\\index.js","mtime":1730469451909},{"path":"D:\\project\\jihao\\jiuhaoshenghuo\\后台管理\\admin_dHBzn\\node_modules\\iview-loader\\index.js","mtime":1730469443277}],"contextDependencies":[],"result":["export default {\n name: 'c_select_item',\n props: {\n configObj: {\n type: Object\n },\n configNme: {\n type: String\n }\n },\n data: function data() {\n return {\n defaults: {},\n configData: {},\n batchWord: '',\n visible: false\n };\n },\n created: function created() {\n this.defaults = this.configObj;\n this.configData = this.configObj[this.configNme];\n },\n watch: {\n configObj: {\n handler: function handler(nVal, oVal) {\n this.configData = nVal[this.configNme];\n },\n immediate: true,\n deep: true\n }\n },\n methods: {\n cancel: function cancel(num) {\n this.visible = false;\n if (num == 2) {\n var arr = this.batchWord.split('\\n');\n var arrNew = [];\n arr.forEach(function (item) {\n var obj = {};\n obj['val'] = item;\n arrNew.push(obj);\n });\n this.configData.list = this.configData.list.concat(arrNew);\n }\n this.batchWord = '';\n },\n addHotTxt: function addHotTxt() {\n var obj = {\n val: ''\n };\n this.configData.list.push(obj);\n },\n // 删除数组\n bindDelete: function bindDelete(index) {\n this.configData.list.splice(index, 1);\n }\n }\n};",null]} |
@ -0,0 +1 @@ |
||||
{"remainingRequest":"D:\\project\\jihao\\jiuhaoshenghuo\\后台管理\\admin_dHBzn\\node_modules\\babel-loader\\lib\\index.js!D:\\project\\jihao\\jiuhaoshenghuo\\后台管理\\admin_dHBzn\\node_modules\\eslint-loader\\index.js??ref--13-0!D:\\project\\jihao\\jiuhaoshenghuo\\后台管理\\admin_dHBzn\\src\\libs\\util.log.js","dependencies":[{"path":"D:\\project\\jihao\\jiuhaoshenghuo\\后台管理\\admin_dHBzn\\src\\libs\\util.log.js","mtime":1730469453959},{"path":"D:\\project\\jihao\\jiuhaoshenghuo\\后台管理\\admin_dHBzn\\babel.config.js","mtime":1730469418801},{"path":"D:\\project\\jihao\\jiuhaoshenghuo\\后台管理\\admin_dHBzn\\node_modules\\cache-loader\\dist\\cjs.js","mtime":1730469435700},{"path":"D:\\project\\jihao\\jiuhaoshenghuo\\后台管理\\admin_dHBzn\\node_modules\\babel-loader\\lib\\index.js","mtime":1730469435033},{"path":"D:\\project\\jihao\\jiuhaoshenghuo\\后台管理\\admin_dHBzn\\node_modules\\eslint-loader\\index.js","mtime":1730469441089}],"contextDependencies":[],"result":["// +----------------------------------------------------------------------\n// | RENZHOU [ RENZHOU赋能开发者,助力企业发展 ]\n// +----------------------------------------------------------------------\n// | Copyright (c) 2016~2021 https://www.RENZHOU.com All rights reserved.\n// +----------------------------------------------------------------------\n// | Licensed RENZHOU并不是自由软件,未经许可不能去掉RENZHOU相关版权\n// +----------------------------------------------------------------------\n// | Author: RENZHOU Team <admin@RENZHOU.com>\n// +----------------------------------------------------------------------\nvar log = {};\n\n/**\r\n * @description 返回这个样式的颜色值\r\n * @param {String} type 样式名称 [ primary | success | warning | error | text ]\r\n */\nfunction typeColor() {\n var type = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : 'default';\n var color = '';\n switch (type) {\n case 'default':\n color = '#515a6e';\n break;\n case 'primary':\n color = '#2d8cf0';\n break;\n case 'success':\n color = '#19be6b';\n break;\n case 'warning':\n color = '#ff9900';\n break;\n case 'error':\n color = '#ed4014';\n break;\n default:\n ;\n break;\n }\n return color;\n}\n\n/**\r\n * @description 打印一个 [ title | text ] 样式的信息\r\n * @param {String} title title text\r\n * @param {String} info info text\r\n * @param {String} type style\r\n */\nlog.capsule = function (title, info) {\n var type = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : 'primary';\n};\n\n/**\r\n * @description 打印彩色文字\r\n */\nlog.colorful = function (textArr) {};\n\n/**\r\n * @description 打印 default 样式的文字\r\n */\nlog.default = function (text) {\n log.colorful([{\n text: text\n }]);\n};\n\n/**\r\n * @description 打印 primary 样式的文字\r\n */\nlog.primary = function (text) {\n log.colorful([{\n text: text,\n type: 'primary'\n }]);\n};\n\n/**\r\n * @description 打印 success 样式的文字\r\n */\nlog.success = function (text) {\n log.colorful([{\n text: text,\n type: 'success'\n }]);\n};\n\n/**\r\n * @description 打印 warning 样式的文字\r\n */\nlog.warning = function (text) {\n log.colorful([{\n text: text,\n type: 'warning'\n }]);\n};\n\n/**\r\n * @description 打印 error 样式的文字\r\n */\nlog.error = function (text) {\n log.colorful([{\n text: text,\n type: 'error'\n }]);\n};\nexport default log;",null]} |
File diff suppressed because one or more lines are too long
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in new issue