Commit f8a0e271 authored by wangwei's avatar wangwei

任务看板修改

parent 402afc31
...@@ -12,8 +12,8 @@ module.exports = { ...@@ -12,8 +12,8 @@ module.exports = {
//本地代理设置 //本地代理设置
proxyTable: { proxyTable: {
'/api': { '/api': {
// target: 'http://local.base-api.sing.com', // 接口的域名 target: 'http://local.base-api.sing.com', // 接口的域名
target: 'https://wechat-test.changchangenglish.com/', // target: 'https://wechat-test.changchangenglish.com/',
changeOrigin: true, // 如果接口跨域,需要进行这个参数配置 changeOrigin: true, // 如果接口跨域,需要进行这个参数配置
} }
}, },
......
<!DOCTYPE html><html><head><meta charset=utf-8><meta name=viewport content="width=device-width,initial-scale=1"><meta name=referrer content=never><link rel=stylesheet href=https:////at.alicdn.com/t/font_746649_x1rivf5f5.css><link rel=stylesheet href=https://unpkg.com/element-ui@2.4.9/lib/theme-chalk/index.css><title>唱唱启蒙-后台</title></head><body><script src=https://unpkg.com/vue@2.5.17/dist/vue.js></script><script src=https://unpkg.com/vuex@3.0.1/dist/vuex.min.js></script><script src=https://unpkg.com/axios@0.18.0/dist/axios.min.js></script><script src=https://unpkg.com/element-ui@2.4.9/lib/index.js></script><div id=app></div><script type=text/javascript src=/static/js/manifest.0acfeb115a4cc31107de.js></script><script type=text/javascript src=/static/js/vendor.19b07206259747695190.js></script><script type=text/javascript src=/static/js/app.72d338797308d851576a.js></script></body><script>let el = document.getElementsByTagName("script"); <!DOCTYPE html><html><head><meta charset=utf-8><meta name=viewport content="width=device-width,initial-scale=1"><meta name=referrer content=never><link rel=stylesheet href=https:////at.alicdn.com/t/font_746649_x1rivf5f5.css><link rel=stylesheet href=https://unpkg.com/element-ui@2.4.9/lib/theme-chalk/index.css><title>唱唱启蒙-后台</title></head><body><script src=https://unpkg.com/vue@2.5.17/dist/vue.js></script><script src=https://unpkg.com/vuex@3.0.1/dist/vuex.min.js></script><script src=https://unpkg.com/axios@0.18.0/dist/axios.min.js></script><script src=https://unpkg.com/element-ui@2.4.9/lib/index.js></script><div id=app></div><script type=text/javascript src=/static/js/manifest.789cb13bd0c907a52fd4.js></script><script type=text/javascript src=/static/js/vendor.19b07206259747695190.js></script><script type=text/javascript src=/static/js/app.72d338797308d851576a.js></script></body><script>let el = document.getElementsByTagName("script");
el.onerror = function(a,b,c){ el.onerror = function(a,b,c){
console.log('error:',a,b,c); console.log('error:',a,b,c);
}; };
......
This source diff could not be displayed because it is too large. You can view the blob instead.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
webpackJsonp([24],{"5kQM":function(e,t,n){var a=n("iJsR");"string"==typeof a&&(a=[[e.i,a,""]]),a.locals&&(e.exports=a.locals);n("rjj0")("7ba5ef10",a,!1,{})},V05G:function(e,t,n){var a=n("Vlf0");"string"==typeof a&&(a=[[e.i,a,""]]),a.locals&&(e.exports=a.locals);n("rjj0")("65435644",a,!1,{})},Vlf0:function(e,t,n){(e.exports=n("FZ+f")(!0)).push([e.i,"\n.refund[data-v-875fcce8]{\n padding: 20px 0;\n}\n.avatar[data-v-875fcce8] {\n width:50px;\n height: 50px;\n border-radius: 50%;\n}\n","",{version:3,sources:["D:/myproject/changchang-admin-new/src/components/coupon/index.vue"],names:[],mappings:";AACA;EACE,gBAAgB;CACjB;AACD;EACE,WAAW;EACX,aAAa;EACb,mBAAmB;CACpB",file:"index.vue",sourcesContent:["\n.refund[data-v-875fcce8]{\n padding: 20px 0;\n}\n.avatar[data-v-875fcce8] {\n width:50px;\n height: 50px;\n border-radius: 50%;\n}\n"],sourceRoot:""}])},WvRy:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var a=n("CCn6"),s={name:"index",components:{page:n("kmJW").a},data:function(){return{nowPage:1,total:0,limit:10,useTypeList:[{id:0,value:"未使用"},{id:1,value:"已使用"},{id:2,value:"禁用"}],searchFrom:{user_id:"",out_trade_no:"",status:0},list:[]}},filters:{filterStatus:function(e){var t="";return 0===e?t="未使用":1===e?t="已使用":2===e&&(t="禁用"),t}},mounted:function(){this.getList()},methods:{onPageChange:function(e){this.nowPage=e,this.getList()},onSizeChange:function(e){this.nowPage=1,this.limit=e,this.getList()},getList:function(){var e=this,t={limit:this.limit,page:this.nowPage};this.searchFrom.user_id&&(t.user_id=this.searchFrom.user_id),(this.searchFrom.status||0===this.searchFrom.status)&&(t.status=this.searchFrom.status),this.searchFrom.out_trade_no&&(t.out_trade_no=this.searchFrom.out_trade_no),Object(a._33)(t).then(function(t){e.total=t.total,e.list=t.list?t.list:[]})}}},o=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"refund"},[n("el-form",{ref:"searchFrom",attrs:{model:e.searchFrom,"label-width":"100px",inline:""}},[n("el-form-item",{attrs:{label:"用户ID"}},[n("el-input",{model:{value:e.searchFrom.user_id,callback:function(t){e.$set(e.searchFrom,"user_id",t)},expression:"searchFrom.user_id"}})],1),e._v(" "),n("el-form-item",{attrs:{label:"订单号"}},[n("el-input",{model:{value:e.searchFrom.out_trade_no,callback:function(t){e.$set(e.searchFrom,"out_trade_no",t)},expression:"searchFrom.out_trade_no"}})],1),e._v(" "),n("el-form-item",{attrs:{label:"使用状态"}},[n("el-select",{attrs:{placeholder:"请选择",clearable:""},on:{change:e.getList},model:{value:e.searchFrom.status,callback:function(t){e.$set(e.searchFrom,"status",t)},expression:"searchFrom.status"}},e._l(e.useTypeList,function(e){return n("el-option",{key:e.id,attrs:{label:e.value,value:e.id}})}))],1),e._v(" "),n("el-form-item",[n("el-button",{attrs:{type:"primary"},on:{click:e.getList}},[e._v("搜索")])],1)],1),e._v(" "),n("el-table",{staticStyle:{width:"100%"},attrs:{data:e.list}},[n("el-table-column",{attrs:{prop:"coupon_no",label:"优惠券码"}}),e._v(" "),n("el-table-column",{attrs:{prop:"out_trade_no",label:"订单号"}}),e._v(" "),n("el-table-column",{attrs:{label:"用户信息","min-width":"140",className:"userInfo"},scopedSlots:e._u([{key:"default",fn:function(t){return[n("img",{staticClass:"avatar",attrs:{src:t.row.user_avatar}}),e._v("\n "+e._s(t.row.user_nickname)+"(ID:"+e._s(t.row.user_id)+")\n ")]}}])}),e._v(" "),n("el-table-column",{attrs:{label:"优惠券金额"},scopedSlots:e._u([{key:"default",fn:function(t){return[e._v("\n "+e._s(parseFloat(t.row.money/100))+"元\n ")]}}])}),e._v(" "),n("el-table-column",{attrs:{label:"使用状态"},scopedSlots:e._u([{key:"default",fn:function(t){return[e._v("\n "+e._s(e._f("filterStatus")(t.row.status))+"\n ")]}}])}),e._v(" "),n("el-table-column",{attrs:{prop:"use_at",label:"使用时间",sortable:""}})],1),e._v(" "),n("page",{attrs:{nowPage:e.nowPage,total:e.total},on:{pageChange:e.onPageChange,sizeChange:e.onSizeChange}})],1)};o._withStripped=!0;var r={render:o,staticRenderFns:[]},i=r;var l=!1;var c=n("VU/8")(s,i,!1,function(e){l||(n("V05G"),n("5kQM"))},"data-v-875fcce8",null);c.options.__file="src\\components\\coupon\\index.vue";t.default=c.exports},iJsR:function(e,t,n){(e.exports=n("FZ+f")(!0)).push([e.i,"\n.userInfo >div{\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n -webkit-box-orient: horizontal;\n -webkit-box-direction: normal;\n -ms-flex-flow: row nowrap;\n flex-flow: row nowrap;\n -webkit-box-pack: start;\n -ms-flex-pack: start;\n justify-content: flex-start;\n -webkit-box-align: center;\n -ms-flex-align: center;\n align-items: center;\n}\n","",{version:3,sources:["D:/myproject/changchang-admin-new/src/components/coupon/index.vue"],names:[],mappings:";AACA;EACE,qBAAqB;EACrB,qBAAqB;EACrB,cAAc;EACd,+BAA+B;EAC/B,8BAA8B;MAC1B,0BAA0B;UACtB,sBAAsB;EAC9B,wBAAwB;MACpB,qBAAqB;UACjB,4BAA4B;EACpC,0BAA0B;MACtB,uBAAuB;UACnB,oBAAoB;CAC7B",file:"index.vue",sourcesContent:["\n.userInfo >div{\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n -webkit-box-orient: horizontal;\n -webkit-box-direction: normal;\n -ms-flex-flow: row nowrap;\n flex-flow: row nowrap;\n -webkit-box-pack: start;\n -ms-flex-pack: start;\n justify-content: flex-start;\n -webkit-box-align: center;\n -ms-flex-align: center;\n align-items: center;\n}\n"],sourceRoot:""}])}});
\ No newline at end of file
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
webpackJsonp([29],{"0SiQ":function(n,t,e){var a=e("nfFP");"string"==typeof a&&(a=[[n.i,a,""]]),a.locals&&(n.exports=a.locals);e("rjj0")("b4ec7484",a,!1,{})},Jj1k:function(n,t,e){(n.exports=e("FZ+f")(!0)).push([n.i,"\n.f-c > div {\n display: -webkit-box !important;\n display: -ms-flexbox !important;\n display: flex !important;\n -webkit-box-orient: horizontal;\n -webkit-box-direction: normal;\n -ms-flex-flow: row;\n flex-flow: row;\n -webkit-box-pack: start;\n -ms-flex-pack: start;\n justify-content: flex-start;\n -webkit-box-align: center;\n -ms-flex-align: center;\n align-items: center;\n}\n","",{version:3,sources:["D:/myproject/changchang-admin-new/src/components/oldUser/index.vue"],names:[],mappings:";AACA;EACE,gCAAgC;EAChC,gCAAgC;EAChC,yBAAyB;EACzB,+BAA+B;EAC/B,8BAA8B;MAC1B,mBAAmB;UACf,eAAe;EACvB,wBAAwB;MACpB,qBAAqB;UACjB,4BAA4B;EACpC,0BAA0B;MACtB,uBAAuB;UACnB,oBAAoB;CAC7B",file:"index.vue",sourcesContent:["\n.f-c > div {\n display: -webkit-box !important;\n display: -ms-flexbox !important;\n display: flex !important;\n -webkit-box-orient: horizontal;\n -webkit-box-direction: normal;\n -ms-flex-flow: row;\n flex-flow: row;\n -webkit-box-pack: start;\n -ms-flex-pack: start;\n justify-content: flex-start;\n -webkit-box-align: center;\n -ms-flex-align: center;\n align-items: center;\n}\n"],sourceRoot:""}])},K2yr:function(n,t,e){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var a=e("CCn6"),i={name:"index",data:function(){return{searchFrom:{mobile:"",old_user_id:"",course_title:""},userList:[],total:0,nowPage:1,limit:10,showDetail:!1}},components:{page:e("kmJW").a},mounted:function(){this.getUser()},methods:{onPageChange:function(n){this.nowPage=n,this.getUser()},onSizeChange:function(n){this.limit=n,this.nowPage=1,this.getUser()},getUser:function(){var n=this,t={page:this.nowPage,limit:this.limit};this.searchFrom.old_user_id&&(t.old_user_id=this.searchFrom.old_user_id),this.searchFrom.course_title&&(t.course_title=this.searchFrom.course_title),this.searchFrom.mobile&&(t.mobile=this.searchFrom.mobile),Object(a._48)(t).then(function(t){n.userList=t.list,n.total=t.total})},deleteOption:function(n){var t=this;this.$confirm("确定删除?","提示",{confirmButtonText:"确定",cancelButtonText:"取消",type:"warning"}).then(function(){Object(a.K)(n).then(function(n){t.$message({type:"success",message:"删除成功"}),t.getUser()})})}}},r=function(){var n=this,t=n.$createElement,e=n._self._c||t;return e("div",{staticClass:"user"},[e("el-form",{ref:"searchFrom",attrs:{model:n.searchFrom,"label-width":"80px",inline:""}},[e("el-form-item",{attrs:{label:"用户ID"}},[e("el-input",{model:{value:n.searchFrom.old_user_id,callback:function(t){n.$set(n.searchFrom,"old_user_id",t)},expression:"searchFrom.old_user_id"}})],1),n._v(" "),e("el-form-item",{attrs:{label:"课程名称"}},[e("el-input",{model:{value:n.searchFrom.course_title,callback:function(t){n.$set(n.searchFrom,"course_title",t)},expression:"searchFrom.course_title"}})],1),n._v(" "),e("el-form-item",{attrs:{label:"手机号"}},[e("el-input",{model:{value:n.searchFrom.mobile,callback:function(t){n.$set(n.searchFrom,"mobile",t)},expression:"searchFrom.mobile"}})],1),n._v(" "),e("el-form-item",[e("el-button",{attrs:{type:"primary",plain:""},on:{click:n.getUser}},[n._v("搜索")])],1)],1),n._v(" "),e("el-table",{staticStyle:{width:"100%"},attrs:{data:n.userList}},[e("el-table-column",{attrs:{className:"f-c",label:"用户"},scopedSlots:n._u([{key:"default",fn:function(t){return[e("img",{staticClass:"avatar",attrs:{src:t.row.headimgurl}}),n._v(n._s(t.row.nickname)+"(ID:"+n._s(t.row.old_user_id)+")\n ")]}}])}),n._v(" "),e("el-table-column",{attrs:{prop:"mobile",label:"手机号"}}),n._v(" "),e("el-table-column",{attrs:{prop:"course_title",label:"课程名字"}}),n._v(" "),e("el-table-column",{attrs:{prop:"start_time",label:"开课时间"}}),n._v(" "),n.$store.state.readonly?n._e():e("el-table-column",{attrs:{label:"操作"},scopedSlots:n._u([{key:"default",fn:function(t){return[n.$store.state.deletePermission?e("el-button",{attrs:{size:"mini",plain:"",type:"danger"},on:{click:function(e){n.deleteOption(t.row.id)}}},[n._v("\n 删除\n ")]):n._e()]}}])})],1),n._v(" "),e("page",{attrs:{total:n.total,limit:n.limit},on:{pageChange:n.onPageChange,sizeChange:n.onSizeChange}})],1)};r._withStripped=!0;var o={render:r,staticRenderFns:[]},l=o;var s=!1;var A=e("VU/8")(i,l,!1,function(n){s||(e("0SiQ"),e("Os8S"))},"data-v-50664d70",null);A.options.__file="src\\components\\oldUser\\index.vue";t.default=A.exports},Os8S:function(n,t,e){var a=e("Jj1k");"string"==typeof a&&(a=[[n.i,a,""]]),a.locals&&(n.exports=a.locals);e("rjj0")("5e9acadd",a,!1,{})},nfFP:function(n,t,e){(n.exports=e("FZ+f")(!0)).push([n.i,'\n.search-btn-block[data-v-50664d70] {\n margin-left: 20px;\n}\n.search-form[data-v-50664d70] {\n background: white;\n padding: 10px;\n margin: 10px 0;\n}\n.new-block[data-v-50664d70] {\n margin: 10px;\n text-align: right;\n}\n.fl-r[data-v-50664d70] {\n float: right;\n}\n.text-c[data-v-50664d70] {\n text-align: center;\n}\n.text-b[data-v-50664d70] {\n font-weight: bold;\n}\n.color-b[data-v-50664d70] {\n color: #6ba8e6;\n}\n.text-r[data-v-50664d70] {\n text-align: right;\n}\n.main-block[data-v-50664d70] {\n margin: 5px;\n background: white;\n padding: 5px;\n}\nhtml[data-v-50664d70] {\n font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "\\5FAE\\8F6F\\96C5\\9ED1", Arial, sans-serif;\n}\n.clear-both[data-v-50664d70]:after {\n content: \'\';\n display: block;\n clear: both;\n}\n[data-v-50664d70]::-webkit-scrollbar-track-piece {\n border-radius: 10px;\n}\n[data-v-50664d70]::-webkit-scrollbar {\n width: 5px;\n height: 5px;\n}\n[data-v-50664d70]::-webkit-scrollbar-thumb {\n background-color: #999;\n border-radius: 10px;\n height: 10px;\n min-height: 10px;\n}\n.avatar[data-v-50664d70] {\n width: 50px;\n margin-right: 5px;\n border-radius: 50%;\n height: 50px;\n}\n.user[data-v-50664d70] {\n height: 100%;\n overflow: auto;\n padding: 20px 0;\n}\n.user .btn-content[data-v-50664d70] {\n text-align: center;\n}\n',"",{version:3,sources:["D:/myproject/changchang-admin-new/src/components/oldUser/index.vue"],names:[],mappings:";AACA;EACE,kBAAkB;CACnB;AACD;EACE,kBAAkB;EAClB,cAAc;EACd,eAAe;CAChB;AACD;EACE,aAAa;EACb,kBAAkB;CACnB;AACD;EACE,aAAa;CACd;AACD;EACE,mBAAmB;CACpB;AACD;EACE,kBAAkB;CACnB;AACD;EACE,eAAe;CAChB;AACD;EACE,kBAAkB;CACnB;AACD;EACE,YAAY;EACZ,kBAAkB;EAClB,aAAa;CACd;AACD;EACE,0IAA0H;CAC3H;AACD;EACE,YAAY;EACZ,eAAe;EACf,YAAY;CACb;AACD;EACE,oBAAoB;CACrB;AACD;EACE,WAAW;EACX,YAAY;CACb;AACD;EACE,uBAAuB;EACvB,oBAAoB;EACpB,aAAa;EACb,iBAAiB;CAClB;AACD;EACE,YAAY;EACZ,kBAAkB;EAClB,mBAAmB;EACnB,aAAa;CACd;AACD;EACE,aAAa;EACb,eAAe;EACf,gBAAgB;CACjB;AACD;EACE,mBAAmB;CACpB",file:"index.vue",sourcesContent:['\n.search-btn-block[data-v-50664d70] {\n margin-left: 20px;\n}\n.search-form[data-v-50664d70] {\n background: white;\n padding: 10px;\n margin: 10px 0;\n}\n.new-block[data-v-50664d70] {\n margin: 10px;\n text-align: right;\n}\n.fl-r[data-v-50664d70] {\n float: right;\n}\n.text-c[data-v-50664d70] {\n text-align: center;\n}\n.text-b[data-v-50664d70] {\n font-weight: bold;\n}\n.color-b[data-v-50664d70] {\n color: #6ba8e6;\n}\n.text-r[data-v-50664d70] {\n text-align: right;\n}\n.main-block[data-v-50664d70] {\n margin: 5px;\n background: white;\n padding: 5px;\n}\nhtml[data-v-50664d70] {\n font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;\n}\n.clear-both[data-v-50664d70]:after {\n content: \'\';\n display: block;\n clear: both;\n}\n[data-v-50664d70]::-webkit-scrollbar-track-piece {\n border-radius: 10px;\n}\n[data-v-50664d70]::-webkit-scrollbar {\n width: 5px;\n height: 5px;\n}\n[data-v-50664d70]::-webkit-scrollbar-thumb {\n background-color: #999;\n border-radius: 10px;\n height: 10px;\n min-height: 10px;\n}\n.avatar[data-v-50664d70] {\n width: 50px;\n margin-right: 5px;\n border-radius: 50%;\n height: 50px;\n}\n.user[data-v-50664d70] {\n height: 100%;\n overflow: auto;\n padding: 20px 0;\n}\n.user .btn-content[data-v-50664d70] {\n text-align: center;\n}\n'],sourceRoot:""}])}});
\ No newline at end of file
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
webpackJsonp([44],{"OIp/":function(n,e,t){var i=t("ieLF");"string"==typeof i&&(i=[[n.i,i,""]]),i.locals&&(n.exports=i.locals);t("rjj0")("66671e80",i,!1,{})},iPJD:function(n,e,t){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var i=t("CCn6"),r={name:"upload",data:function(){return{fileList:[]}},methods:{uploadFileVideo1Banner:function(n){var e=this;Object(i._115)({file:n.file,type:"local"}).then(function(n){n.url="https://cdn.singsingenglish.com/"+n.url,e.fileList.push(n)})}}},l=function(){var n=this,e=n.$createElement,t=n._self._c||e;return t("div",[t("el-upload",{staticClass:"upload-demo",attrs:{action:"/api/public/upload","http-request":n.uploadFileVideo1Banner,"list-type":"picture-card",multiple:""}}),n._v(" "),t("pre",[n._v(" <p>\n ")]),n._v(" "),n._l(n.fileList,function(e){return t("pre",[n._v(' <img src="'+n._s(e.url)+'" style="display:block">\n ')])}),n._v(" "),t("pre",[n._v(" </p>\n ")])],2)};l._withStripped=!0;var o={render:l,staticRenderFns:[]},s=o;var a=!1;var p=t("VU/8")(r,s,!1,function(n){a||t("OIp/")},"data-v-46451c0f",null);p.options.__file="src\\components\\framework\\upload.vue";e.default=p.exports},ieLF:function(n,e,t){(n.exports=t("FZ+f")(!0)).push([n.i,"\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n","",{version:3,sources:[],names:[],mappings:"",file:"upload.vue",sourceRoot:""}])}});
\ No newline at end of file
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
webpackJsonp([46],{iPJD:function(e,t,i){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var n=i("CCn6"),l={name:"upload",data:function(){return{fileList:[]}},methods:{uploadFileVideo1Banner:function(e){var t=this;Object(n._115)({file:e.file,type:"local"}).then(function(e){e.url="https://cdn.singsingenglish.com/"+e.url,t.fileList.push(e)})}}},a={render:function(){var e=this,t=e.$createElement,i=e._self._c||t;return i("div",[i("el-upload",{staticClass:"upload-demo",attrs:{action:"/api/public/upload","http-request":e.uploadFileVideo1Banner,"list-type":"picture-card",multiple:""}}),e._v(" "),i("pre",[e._v(" <p>\n ")]),e._v(" "),e._l(e.fileList,function(t){return i("pre",[e._v(' <img src="'+e._s(t.url)+'" style="display:block">\n ')])}),e._v(" "),i("pre",[e._v(" </p>\n ")])],2)},staticRenderFns:[]};var r=i("VU/8")(l,a,!1,function(e){i("wi9J")},"data-v-3a2ff3b1",null);t.default=r.exports},wi9J:function(e,t){}});
\ No newline at end of file
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment