├── src ├── module │ ├── index.js │ ├── manage │ │ ├── vuex │ │ │ ├── getters │ │ │ │ └── index.js │ │ │ ├── mutation-types.js │ │ │ ├── store │ │ │ │ └── index.js │ │ │ ├── modules │ │ │ │ ├── user.js │ │ │ │ └── mainMenu.js │ │ │ └── actions │ │ │ │ └── index.js │ │ ├── assets │ │ │ ├── images │ │ │ │ ├── 404.jpg │ │ │ │ ├── iphone.png │ │ │ │ └── login_bg.jpg │ │ │ └── style │ │ │ │ ├── common │ │ │ │ ├── base.less │ │ │ │ ├── 404.less │ │ │ │ ├── main.less │ │ │ │ └── common.less │ │ │ │ ├── merchant │ │ │ │ └── view.less │ │ │ │ ├── editor_material │ │ │ │ └── phone_preview.less │ │ │ │ └── role_auth │ │ │ │ └── authorize.less │ │ ├── manage.html │ │ ├── pages │ │ │ ├── common │ │ │ │ ├── Test.vue │ │ │ │ └── 404.vue │ │ │ ├── website │ │ │ │ └── template.vue │ │ │ └── system │ │ │ │ ├── links.vue │ │ │ │ └── site_settings.vue │ │ ├── App.vue │ │ └── manage.js │ ├── index │ │ ├── assets │ │ │ ├── images │ │ │ │ ├── icon.png │ │ │ │ ├── logo.png │ │ │ │ ├── banner1.jpg │ │ │ │ ├── banner2.jpg │ │ │ │ ├── banner3.jpg │ │ │ │ ├── arrow-gray.png │ │ │ │ ├── container-bg.png │ │ │ │ └── qrcode-scan.png │ │ │ └── style │ │ │ │ └── common │ │ │ │ └── customize.less │ │ ├── index.html │ │ ├── router.js │ │ ├── index.js │ │ └── App.vue │ ├── merchant │ │ ├── assets │ │ │ ├── images │ │ │ │ ├── bg.jpg │ │ │ │ ├── logo.png │ │ │ │ ├── out.png │ │ │ │ ├── alipay.png │ │ │ │ ├── bg-body.jpg │ │ │ │ ├── message.png │ │ │ │ ├── qrcode.jpg │ │ │ │ ├── auth-icons.png │ │ │ │ ├── connect-bg.jpg │ │ │ │ ├── wechat_pay.png │ │ │ │ └── weixin-logo.png │ │ │ ├── font │ │ │ │ ├── iconfont.eot │ │ │ │ ├── iconfont.ttf │ │ │ │ └── iconfont.woff │ │ │ └── style │ │ │ │ ├── setting │ │ │ │ └── authorize.less │ │ │ │ ├── common │ │ │ │ ├── iconfont.css │ │ │ │ └── customize.less │ │ │ │ ├── login │ │ │ │ └── index.less │ │ │ │ ├── register │ │ │ │ └── index.less │ │ │ │ └── expense │ │ │ │ └── bills-detail.less │ │ ├── vuex │ │ │ ├── getters │ │ │ │ └── index.js │ │ │ ├── mutation-types.js │ │ │ ├── store │ │ │ │ └── index.js │ │ │ ├── modules │ │ │ │ ├── menu.js │ │ │ │ └── merchant.js │ │ │ └── actions │ │ │ │ └── index.js │ │ ├── pages │ │ │ ├── wechat │ │ │ │ ├── manage.vue │ │ │ │ ├── main.vue │ │ │ │ ├── fans-table.vue │ │ │ │ └── message-detail.vue │ │ │ ├── archives │ │ │ │ ├── test.vue │ │ │ │ └── material.vue │ │ │ ├── common │ │ │ │ ├── check.vue │ │ │ │ └── header.vue │ │ │ ├── setting │ │ │ │ └── manage-user-table.vue │ │ │ └── public │ │ │ │ └── list-table.vue │ │ ├── App.vue │ │ └── merchant.js │ └── index.html ├── assets │ ├── logo.png │ └── images │ │ ├── iphone.png │ │ └── emotions.png ├── libs │ ├── api.js │ ├── util.js │ ├── filter.js │ ├── axios.js │ ├── plugin │ │ ├── plugin.js │ │ └── formatDate.js │ └── toast │ │ └── index.js ├── main.js ├── App.vue └── components │ ├── Hello.vue │ └── editor.vue ├── static └── ueditor │ ├── themes │ ├── iframe.css │ ├── default │ │ ├── images │ │ │ ├── lock.gif │ │ │ ├── word.gif │ │ │ ├── anchor.gif │ │ │ ├── arrow.png │ │ │ ├── charts.png │ │ │ ├── icons.gif │ │ │ ├── icons.png │ │ │ ├── loading.gif │ │ │ ├── scale.png │ │ │ ├── spacer.gif │ │ │ ├── upload.png │ │ │ ├── arrow_up.png │ │ │ ├── button-bg.gif │ │ │ ├── cursor_h.gif │ │ │ ├── cursor_h.png │ │ │ ├── cursor_v.gif │ │ │ ├── cursor_v.png │ │ │ ├── filescan.png │ │ │ ├── icons-all.gif │ │ │ ├── loaderror.png │ │ │ ├── pagebreak.gif │ │ │ ├── sortable.png │ │ │ ├── videologo.gif │ │ │ ├── wordpaste.png │ │ │ ├── arrow_down.png │ │ │ ├── cancelbutton.gif │ │ │ ├── highlighted.gif │ │ │ ├── sparator_v.png │ │ │ ├── toolbar_bg.png │ │ │ ├── unhighlighted.gif │ │ │ ├── dialog-title-bg.png │ │ │ ├── neweditor-tab-bg.png │ │ │ ├── table-cell-align.png │ │ │ └── tangram-colorpicker.png │ │ └── dialogbase.css │ └── themes │ │ ├── default │ │ ├── images │ │ │ ├── arrow.png │ │ │ ├── icons.gif │ │ │ ├── icons.png │ │ │ ├── lock.gif │ │ │ ├── scale.png │ │ │ ├── word.gif │ │ │ ├── anchor.gif │ │ │ ├── charts.png │ │ │ ├── loading.gif │ │ │ ├── spacer.gif │ │ │ ├── upload.png │ │ │ ├── arrow_down.png │ │ │ ├── arrow_up.png │ │ │ ├── button-bg.gif │ │ │ ├── cursor_h.gif │ │ │ ├── cursor_h.png │ │ │ ├── cursor_v.gif │ │ │ ├── cursor_v.png │ │ │ ├── filescan.png │ │ │ ├── icons-all.gif │ │ │ ├── loaderror.png │ │ │ ├── pagebreak.gif │ │ │ ├── sortable.png │ │ │ ├── sparator_v.png │ │ │ ├── toolbar_bg.png │ │ │ ├── videologo.gif │ │ │ ├── wordpaste.png │ │ │ ├── cancelbutton.gif │ │ │ ├── highlighted.gif │ │ │ ├── dialog-title-bg.png │ │ │ ├── unhighlighted.gif │ │ │ ├── neweditor-tab-bg.png │ │ │ ├── table-cell-align.png │ │ │ └── tangram-colorpicker.png │ │ ├── images2 │ │ │ ├── icons.gif │ │ │ ├── icons.png │ │ │ ├── icons.psd │ │ │ ├── icons@2x.png │ │ │ ├── mark_icon.png │ │ │ ├── icons@2x-1.png │ │ │ └── icons@2x-1.psd │ │ └── dialogbase.css │ │ ├── wechat.css │ │ └── iframe.css │ ├── lang │ ├── en │ │ └── images │ │ │ ├── copy.png │ │ │ ├── button.png │ │ │ ├── music.png │ │ │ ├── upload.png │ │ │ ├── addimage.png │ │ │ ├── background.png │ │ │ ├── localimage.png │ │ │ ├── deletedisable.png │ │ │ ├── deleteenable.png │ │ │ ├── listbackground.png │ │ │ ├── rotateleftenable.png │ │ │ ├── alldeletebtnupskin.png │ │ │ ├── rotateleftdisable.png │ │ │ ├── rotaterightdisable.png │ │ │ ├── rotaterightenable.png │ │ │ └── alldeletebtnhoverskin.png │ └── zh-cn │ │ └── images │ │ ├── copy.png │ │ ├── music.png │ │ ├── upload.png │ │ └── localimage.png │ ├── dialogs │ ├── emotion │ │ ├── images │ │ │ ├── 0.gif │ │ │ ├── bface.gif │ │ │ ├── cface.gif │ │ │ ├── fface.gif │ │ │ ├── tface.gif │ │ │ ├── wface.gif │ │ │ ├── yface.gif │ │ │ ├── jxface2.gif │ │ │ └── neweditor-tab-bg.png │ │ └── emotion.css │ ├── image │ │ └── images │ │ │ ├── bg.png │ │ │ ├── icons.gif │ │ │ ├── icons.png │ │ │ ├── image.png │ │ │ ├── progress.png │ │ │ ├── success.gif │ │ │ ├── success.png │ │ │ └── alignicon.jpg │ ├── table │ │ ├── dragicon.png │ │ ├── edittip.html │ │ ├── edittable.css │ │ ├── edittd.html │ │ └── edittable.html │ ├── video │ │ └── images │ │ │ ├── bg.png │ │ │ ├── icons.gif │ │ │ ├── icons.png │ │ │ ├── image.png │ │ │ ├── progress.png │ │ │ ├── success.gif │ │ │ ├── success.png │ │ │ ├── file-icons.gif │ │ │ ├── file-icons.png │ │ │ ├── left_focus.jpg │ │ │ ├── none_focus.jpg │ │ │ ├── center_focus.jpg │ │ │ └── right_focus.jpg │ ├── scrawl │ │ └── images │ │ │ ├── redo.png │ │ │ ├── size.png │ │ │ ├── undo.png │ │ │ ├── addimg.png │ │ │ ├── brush.png │ │ │ ├── delimg.png │ │ │ ├── delimgH.png │ │ │ ├── empty.png │ │ │ ├── emptyH.png │ │ │ ├── eraser.png │ │ │ ├── redoH.png │ │ │ ├── scale.png │ │ │ ├── scaleH.png │ │ │ └── undoH.png │ ├── template │ │ ├── images │ │ │ ├── bg.gif │ │ │ ├── pre0.png │ │ │ ├── pre1.png │ │ │ ├── pre2.png │ │ │ ├── pre3.png │ │ │ └── pre4.png │ │ ├── template.html │ │ ├── template.css │ │ └── template.js │ ├── attachment │ │ ├── images │ │ │ ├── bg.png │ │ │ ├── icons.gif │ │ │ ├── icons.png │ │ │ ├── image.png │ │ │ ├── progress.png │ │ │ ├── success.gif │ │ │ ├── success.png │ │ │ ├── alignicon.gif │ │ │ ├── alignicon.png │ │ │ ├── file-icons.gif │ │ │ └── file-icons.png │ │ ├── fileTypeImages │ │ │ ├── icon_mv.gif │ │ │ ├── icon_chm.gif │ │ │ ├── icon_doc.gif │ │ │ ├── icon_exe.gif │ │ │ ├── icon_jpg.gif │ │ │ ├── icon_mp3.gif │ │ │ ├── icon_pdf.gif │ │ │ ├── icon_ppt.gif │ │ │ ├── icon_psd.gif │ │ │ ├── icon_rar.gif │ │ │ ├── icon_txt.gif │ │ │ ├── icon_xls.gif │ │ │ └── icon_default.png │ │ └── attachment.html │ ├── background │ │ ├── images │ │ │ ├── bg.png │ │ │ └── success.png │ │ ├── background.css │ │ └── background.html │ ├── charts │ │ ├── images │ │ │ ├── charts0.png │ │ │ ├── charts1.png │ │ │ ├── charts2.png │ │ │ ├── charts3.png │ │ │ ├── charts4.png │ │ │ └── charts5.png │ │ └── chart.config.js │ ├── wordimage │ │ ├── imageUploader.swf │ │ └── fClipboard_ueditor.swf │ ├── help │ │ ├── help.css │ │ ├── help.js │ │ └── help.html │ ├── spechars │ │ └── spechars.html │ ├── music │ │ ├── music.html │ │ └── music.css │ ├── preview │ │ └── preview.html │ ├── anchor │ │ └── anchor.html │ ├── snapscreen │ │ └── snapscreen.html │ ├── webapp │ │ └── webapp.html │ └── internal.js │ └── third-party │ ├── video-js │ ├── font │ │ ├── vjs.eot │ │ ├── vjs.ttf │ │ └── vjs.woff │ └── video-js.swf │ ├── webuploader │ ├── Uploader.swf │ └── webuploader.css │ ├── zeroclipboard │ └── ZeroClipboard.swf │ ├── snapscreen │ └── UEditorSnapscreen.exe │ └── highcharts │ ├── modules │ ├── heatmap.js │ ├── heatmap.src.js │ ├── no-data-to-display.js │ ├── funnel.js │ └── annotations.js │ ├── themes │ ├── skies.js │ └── grid.js │ └── adapters │ ├── mootools-adapter.js │ └── prototype-adapter.js ├── config ├── prod.env.js ├── dev.env.js └── index.js ├── demo └── images │ ├── auth.gif │ ├── auth.jpg │ ├── edit.jpg │ ├── main.jpg │ ├── rule.jpg │ ├── alipay.jpg │ ├── auth1.jpg │ ├── auth2.jpg │ ├── editor.jpg │ ├── editor2.jpg │ ├── index.jpg │ ├── login.jpg │ ├── manage.jpg │ ├── message.jpg │ ├── wx-menu.jpg │ ├── add_rule.jpg │ ├── wx_editor.gif │ ├── wx-editor1.jpg │ ├── wx-editor2.jpg │ └── wechat_contacts.jpg ├── .gitignore ├── .editorconfig ├── .postcssrc.js ├── index.html ├── .babelrc └── package.json /src/module/index.js: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/ueditor/themes/iframe.css: -------------------------------------------------------------------------------- 1 | /*可以在这里添加你自己的css*/ 2 | -------------------------------------------------------------------------------- /config/prod.env.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | NODE_ENV: '"production"' 3 | } 4 | -------------------------------------------------------------------------------- /demo/images/auth.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codedart2018/vueWechatPlateform/HEAD/demo/images/auth.gif -------------------------------------------------------------------------------- /demo/images/auth.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codedart2018/vueWechatPlateform/HEAD/demo/images/auth.jpg -------------------------------------------------------------------------------- /demo/images/edit.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codedart2018/vueWechatPlateform/HEAD/demo/images/edit.jpg -------------------------------------------------------------------------------- /demo/images/main.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codedart2018/vueWechatPlateform/HEAD/demo/images/main.jpg -------------------------------------------------------------------------------- /demo/images/rule.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codedart2018/vueWechatPlateform/HEAD/demo/images/rule.jpg -------------------------------------------------------------------------------- /src/assets/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codedart2018/vueWechatPlateform/HEAD/src/assets/logo.png -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | .DS_Store 2 | node_modules/ 3 | dist/ 4 | npm-debug.log* 5 | yarn-debug.log* 6 | yarn-error.log* 7 | -------------------------------------------------------------------------------- /demo/images/alipay.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codedart2018/vueWechatPlateform/HEAD/demo/images/alipay.jpg -------------------------------------------------------------------------------- /demo/images/auth1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codedart2018/vueWechatPlateform/HEAD/demo/images/auth1.jpg -------------------------------------------------------------------------------- /demo/images/auth2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codedart2018/vueWechatPlateform/HEAD/demo/images/auth2.jpg -------------------------------------------------------------------------------- /demo/images/editor.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codedart2018/vueWechatPlateform/HEAD/demo/images/editor.jpg -------------------------------------------------------------------------------- /demo/images/editor2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codedart2018/vueWechatPlateform/HEAD/demo/images/editor2.jpg -------------------------------------------------------------------------------- /demo/images/index.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codedart2018/vueWechatPlateform/HEAD/demo/images/index.jpg -------------------------------------------------------------------------------- /demo/images/login.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codedart2018/vueWechatPlateform/HEAD/demo/images/login.jpg -------------------------------------------------------------------------------- /demo/images/manage.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codedart2018/vueWechatPlateform/HEAD/demo/images/manage.jpg -------------------------------------------------------------------------------- /demo/images/message.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codedart2018/vueWechatPlateform/HEAD/demo/images/message.jpg -------------------------------------------------------------------------------- /demo/images/wx-menu.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codedart2018/vueWechatPlateform/HEAD/demo/images/wx-menu.jpg -------------------------------------------------------------------------------- /demo/images/add_rule.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codedart2018/vueWechatPlateform/HEAD/demo/images/add_rule.jpg -------------------------------------------------------------------------------- /demo/images/wx_editor.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codedart2018/vueWechatPlateform/HEAD/demo/images/wx_editor.gif -------------------------------------------------------------------------------- /src/module/manage/vuex/getters/index.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Created by truncate on 2017/4/17. 3 | * vuex 计算 方法 4 | */ 5 | -------------------------------------------------------------------------------- /demo/images/wx-editor1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codedart2018/vueWechatPlateform/HEAD/demo/images/wx-editor1.jpg -------------------------------------------------------------------------------- /demo/images/wx-editor2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codedart2018/vueWechatPlateform/HEAD/demo/images/wx-editor2.jpg -------------------------------------------------------------------------------- /src/assets/images/iphone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codedart2018/vueWechatPlateform/HEAD/src/assets/images/iphone.png -------------------------------------------------------------------------------- /src/assets/images/emotions.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codedart2018/vueWechatPlateform/HEAD/src/assets/images/emotions.png -------------------------------------------------------------------------------- /demo/images/wechat_contacts.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codedart2018/vueWechatPlateform/HEAD/demo/images/wechat_contacts.jpg -------------------------------------------------------------------------------- /static/ueditor/lang/en/images/copy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codedart2018/vueWechatPlateform/HEAD/static/ueditor/lang/en/images/copy.png -------------------------------------------------------------------------------- /src/module/index/assets/images/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codedart2018/vueWechatPlateform/HEAD/src/module/index/assets/images/icon.png -------------------------------------------------------------------------------- /src/module/index/assets/images/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codedart2018/vueWechatPlateform/HEAD/src/module/index/assets/images/logo.png -------------------------------------------------------------------------------- /src/module/manage/assets/images/404.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codedart2018/vueWechatPlateform/HEAD/src/module/manage/assets/images/404.jpg -------------------------------------------------------------------------------- /src/module/merchant/assets/images/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codedart2018/vueWechatPlateform/HEAD/src/module/merchant/assets/images/bg.jpg -------------------------------------------------------------------------------- /static/ueditor/lang/en/images/button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codedart2018/vueWechatPlateform/HEAD/static/ueditor/lang/en/images/button.png -------------------------------------------------------------------------------- /static/ueditor/lang/en/images/music.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codedart2018/vueWechatPlateform/HEAD/static/ueditor/lang/en/images/music.png -------------------------------------------------------------------------------- /static/ueditor/lang/en/images/upload.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codedart2018/vueWechatPlateform/HEAD/static/ueditor/lang/en/images/upload.png -------------------------------------------------------------------------------- /src/module/index/assets/images/banner1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codedart2018/vueWechatPlateform/HEAD/src/module/index/assets/images/banner1.jpg -------------------------------------------------------------------------------- /src/module/index/assets/images/banner2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codedart2018/vueWechatPlateform/HEAD/src/module/index/assets/images/banner2.jpg -------------------------------------------------------------------------------- /src/module/index/assets/images/banner3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codedart2018/vueWechatPlateform/HEAD/src/module/index/assets/images/banner3.jpg -------------------------------------------------------------------------------- /src/module/manage/assets/images/iphone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codedart2018/vueWechatPlateform/HEAD/src/module/manage/assets/images/iphone.png -------------------------------------------------------------------------------- /src/module/merchant/assets/images/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codedart2018/vueWechatPlateform/HEAD/src/module/merchant/assets/images/logo.png -------------------------------------------------------------------------------- /src/module/merchant/assets/images/out.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codedart2018/vueWechatPlateform/HEAD/src/module/merchant/assets/images/out.png -------------------------------------------------------------------------------- /static/ueditor/dialogs/emotion/images/0.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codedart2018/vueWechatPlateform/HEAD/static/ueditor/dialogs/emotion/images/0.gif -------------------------------------------------------------------------------- /static/ueditor/dialogs/image/images/bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codedart2018/vueWechatPlateform/HEAD/static/ueditor/dialogs/image/images/bg.png -------------------------------------------------------------------------------- /static/ueditor/dialogs/table/dragicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codedart2018/vueWechatPlateform/HEAD/static/ueditor/dialogs/table/dragicon.png -------------------------------------------------------------------------------- /static/ueditor/dialogs/video/images/bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codedart2018/vueWechatPlateform/HEAD/static/ueditor/dialogs/video/images/bg.png -------------------------------------------------------------------------------- /static/ueditor/lang/en/images/addimage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codedart2018/vueWechatPlateform/HEAD/static/ueditor/lang/en/images/addimage.png -------------------------------------------------------------------------------- /static/ueditor/lang/zh-cn/images/copy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codedart2018/vueWechatPlateform/HEAD/static/ueditor/lang/zh-cn/images/copy.png -------------------------------------------------------------------------------- /static/ueditor/lang/zh-cn/images/music.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codedart2018/vueWechatPlateform/HEAD/static/ueditor/lang/zh-cn/images/music.png -------------------------------------------------------------------------------- /static/ueditor/lang/zh-cn/images/upload.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codedart2018/vueWechatPlateform/HEAD/static/ueditor/lang/zh-cn/images/upload.png -------------------------------------------------------------------------------- /src/module/index/assets/images/arrow-gray.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codedart2018/vueWechatPlateform/HEAD/src/module/index/assets/images/arrow-gray.png -------------------------------------------------------------------------------- /src/module/manage/assets/images/login_bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codedart2018/vueWechatPlateform/HEAD/src/module/manage/assets/images/login_bg.jpg -------------------------------------------------------------------------------- /src/module/merchant/assets/font/iconfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codedart2018/vueWechatPlateform/HEAD/src/module/merchant/assets/font/iconfont.eot -------------------------------------------------------------------------------- /src/module/merchant/assets/font/iconfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codedart2018/vueWechatPlateform/HEAD/src/module/merchant/assets/font/iconfont.ttf -------------------------------------------------------------------------------- /src/module/merchant/assets/font/iconfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codedart2018/vueWechatPlateform/HEAD/src/module/merchant/assets/font/iconfont.woff -------------------------------------------------------------------------------- /src/module/merchant/assets/images/alipay.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codedart2018/vueWechatPlateform/HEAD/src/module/merchant/assets/images/alipay.png -------------------------------------------------------------------------------- /src/module/merchant/assets/images/bg-body.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codedart2018/vueWechatPlateform/HEAD/src/module/merchant/assets/images/bg-body.jpg -------------------------------------------------------------------------------- /src/module/merchant/assets/images/message.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codedart2018/vueWechatPlateform/HEAD/src/module/merchant/assets/images/message.png -------------------------------------------------------------------------------- /src/module/merchant/assets/images/qrcode.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codedart2018/vueWechatPlateform/HEAD/src/module/merchant/assets/images/qrcode.jpg -------------------------------------------------------------------------------- /static/ueditor/dialogs/image/images/icons.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codedart2018/vueWechatPlateform/HEAD/static/ueditor/dialogs/image/images/icons.gif -------------------------------------------------------------------------------- /static/ueditor/dialogs/image/images/icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codedart2018/vueWechatPlateform/HEAD/static/ueditor/dialogs/image/images/icons.png -------------------------------------------------------------------------------- /static/ueditor/dialogs/image/images/image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codedart2018/vueWechatPlateform/HEAD/static/ueditor/dialogs/image/images/image.png -------------------------------------------------------------------------------- /static/ueditor/dialogs/scrawl/images/redo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codedart2018/vueWechatPlateform/HEAD/static/ueditor/dialogs/scrawl/images/redo.png -------------------------------------------------------------------------------- /static/ueditor/dialogs/scrawl/images/size.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codedart2018/vueWechatPlateform/HEAD/static/ueditor/dialogs/scrawl/images/size.png -------------------------------------------------------------------------------- /static/ueditor/dialogs/scrawl/images/undo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codedart2018/vueWechatPlateform/HEAD/static/ueditor/dialogs/scrawl/images/undo.png -------------------------------------------------------------------------------- /static/ueditor/dialogs/template/images/bg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codedart2018/vueWechatPlateform/HEAD/static/ueditor/dialogs/template/images/bg.gif -------------------------------------------------------------------------------- /static/ueditor/dialogs/video/images/icons.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codedart2018/vueWechatPlateform/HEAD/static/ueditor/dialogs/video/images/icons.gif -------------------------------------------------------------------------------- /static/ueditor/dialogs/video/images/icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codedart2018/vueWechatPlateform/HEAD/static/ueditor/dialogs/video/images/icons.png -------------------------------------------------------------------------------- /static/ueditor/dialogs/video/images/image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codedart2018/vueWechatPlateform/HEAD/static/ueditor/dialogs/video/images/image.png -------------------------------------------------------------------------------- /static/ueditor/lang/en/images/background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codedart2018/vueWechatPlateform/HEAD/static/ueditor/lang/en/images/background.png -------------------------------------------------------------------------------- /static/ueditor/lang/en/images/localimage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codedart2018/vueWechatPlateform/HEAD/static/ueditor/lang/en/images/localimage.png -------------------------------------------------------------------------------- /static/ueditor/themes/default/images/lock.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codedart2018/vueWechatPlateform/HEAD/static/ueditor/themes/default/images/lock.gif -------------------------------------------------------------------------------- /static/ueditor/themes/default/images/word.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codedart2018/vueWechatPlateform/HEAD/static/ueditor/themes/default/images/word.gif -------------------------------------------------------------------------------- /src/module/index/assets/images/container-bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codedart2018/vueWechatPlateform/HEAD/src/module/index/assets/images/container-bg.png -------------------------------------------------------------------------------- /src/module/index/assets/images/qrcode-scan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codedart2018/vueWechatPlateform/HEAD/src/module/index/assets/images/qrcode-scan.png -------------------------------------------------------------------------------- /src/module/manage/assets/style/common/base.less: -------------------------------------------------------------------------------- 1 | .pull-right { 2 | float: right!important; 3 | } 4 | 5 | .ng-mb-15 { 6 | margin-bottom: -15px; 7 | } 8 | -------------------------------------------------------------------------------- /src/module/merchant/assets/images/auth-icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codedart2018/vueWechatPlateform/HEAD/src/module/merchant/assets/images/auth-icons.png -------------------------------------------------------------------------------- /src/module/merchant/assets/images/connect-bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codedart2018/vueWechatPlateform/HEAD/src/module/merchant/assets/images/connect-bg.jpg -------------------------------------------------------------------------------- /src/module/merchant/assets/images/wechat_pay.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codedart2018/vueWechatPlateform/HEAD/src/module/merchant/assets/images/wechat_pay.png -------------------------------------------------------------------------------- /static/ueditor/dialogs/attachment/images/bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codedart2018/vueWechatPlateform/HEAD/static/ueditor/dialogs/attachment/images/bg.png -------------------------------------------------------------------------------- /static/ueditor/dialogs/background/images/bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codedart2018/vueWechatPlateform/HEAD/static/ueditor/dialogs/background/images/bg.png -------------------------------------------------------------------------------- /static/ueditor/dialogs/charts/images/charts0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codedart2018/vueWechatPlateform/HEAD/static/ueditor/dialogs/charts/images/charts0.png -------------------------------------------------------------------------------- /static/ueditor/dialogs/charts/images/charts1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codedart2018/vueWechatPlateform/HEAD/static/ueditor/dialogs/charts/images/charts1.png -------------------------------------------------------------------------------- /static/ueditor/dialogs/charts/images/charts2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codedart2018/vueWechatPlateform/HEAD/static/ueditor/dialogs/charts/images/charts2.png -------------------------------------------------------------------------------- /static/ueditor/dialogs/charts/images/charts3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codedart2018/vueWechatPlateform/HEAD/static/ueditor/dialogs/charts/images/charts3.png -------------------------------------------------------------------------------- /static/ueditor/dialogs/charts/images/charts4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codedart2018/vueWechatPlateform/HEAD/static/ueditor/dialogs/charts/images/charts4.png -------------------------------------------------------------------------------- /static/ueditor/dialogs/charts/images/charts5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codedart2018/vueWechatPlateform/HEAD/static/ueditor/dialogs/charts/images/charts5.png -------------------------------------------------------------------------------- /static/ueditor/dialogs/emotion/images/bface.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codedart2018/vueWechatPlateform/HEAD/static/ueditor/dialogs/emotion/images/bface.gif -------------------------------------------------------------------------------- /static/ueditor/dialogs/emotion/images/cface.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codedart2018/vueWechatPlateform/HEAD/static/ueditor/dialogs/emotion/images/cface.gif -------------------------------------------------------------------------------- /static/ueditor/dialogs/emotion/images/fface.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codedart2018/vueWechatPlateform/HEAD/static/ueditor/dialogs/emotion/images/fface.gif -------------------------------------------------------------------------------- /static/ueditor/dialogs/emotion/images/tface.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codedart2018/vueWechatPlateform/HEAD/static/ueditor/dialogs/emotion/images/tface.gif -------------------------------------------------------------------------------- /static/ueditor/dialogs/emotion/images/wface.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codedart2018/vueWechatPlateform/HEAD/static/ueditor/dialogs/emotion/images/wface.gif -------------------------------------------------------------------------------- /static/ueditor/dialogs/emotion/images/yface.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codedart2018/vueWechatPlateform/HEAD/static/ueditor/dialogs/emotion/images/yface.gif -------------------------------------------------------------------------------- /static/ueditor/dialogs/image/images/progress.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codedart2018/vueWechatPlateform/HEAD/static/ueditor/dialogs/image/images/progress.png -------------------------------------------------------------------------------- /static/ueditor/dialogs/image/images/success.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codedart2018/vueWechatPlateform/HEAD/static/ueditor/dialogs/image/images/success.gif -------------------------------------------------------------------------------- /static/ueditor/dialogs/image/images/success.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codedart2018/vueWechatPlateform/HEAD/static/ueditor/dialogs/image/images/success.png -------------------------------------------------------------------------------- /static/ueditor/dialogs/scrawl/images/addimg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codedart2018/vueWechatPlateform/HEAD/static/ueditor/dialogs/scrawl/images/addimg.png -------------------------------------------------------------------------------- /static/ueditor/dialogs/scrawl/images/brush.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codedart2018/vueWechatPlateform/HEAD/static/ueditor/dialogs/scrawl/images/brush.png -------------------------------------------------------------------------------- /static/ueditor/dialogs/scrawl/images/delimg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codedart2018/vueWechatPlateform/HEAD/static/ueditor/dialogs/scrawl/images/delimg.png -------------------------------------------------------------------------------- /static/ueditor/dialogs/scrawl/images/delimgH.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codedart2018/vueWechatPlateform/HEAD/static/ueditor/dialogs/scrawl/images/delimgH.png -------------------------------------------------------------------------------- /static/ueditor/dialogs/scrawl/images/empty.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codedart2018/vueWechatPlateform/HEAD/static/ueditor/dialogs/scrawl/images/empty.png -------------------------------------------------------------------------------- /static/ueditor/dialogs/scrawl/images/emptyH.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codedart2018/vueWechatPlateform/HEAD/static/ueditor/dialogs/scrawl/images/emptyH.png -------------------------------------------------------------------------------- /static/ueditor/dialogs/scrawl/images/eraser.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codedart2018/vueWechatPlateform/HEAD/static/ueditor/dialogs/scrawl/images/eraser.png -------------------------------------------------------------------------------- /static/ueditor/dialogs/scrawl/images/redoH.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codedart2018/vueWechatPlateform/HEAD/static/ueditor/dialogs/scrawl/images/redoH.png -------------------------------------------------------------------------------- /static/ueditor/dialogs/scrawl/images/scale.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codedart2018/vueWechatPlateform/HEAD/static/ueditor/dialogs/scrawl/images/scale.png -------------------------------------------------------------------------------- /static/ueditor/dialogs/scrawl/images/scaleH.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codedart2018/vueWechatPlateform/HEAD/static/ueditor/dialogs/scrawl/images/scaleH.png -------------------------------------------------------------------------------- /static/ueditor/dialogs/scrawl/images/undoH.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codedart2018/vueWechatPlateform/HEAD/static/ueditor/dialogs/scrawl/images/undoH.png -------------------------------------------------------------------------------- /static/ueditor/dialogs/template/images/pre0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codedart2018/vueWechatPlateform/HEAD/static/ueditor/dialogs/template/images/pre0.png -------------------------------------------------------------------------------- /static/ueditor/dialogs/template/images/pre1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codedart2018/vueWechatPlateform/HEAD/static/ueditor/dialogs/template/images/pre1.png -------------------------------------------------------------------------------- /static/ueditor/dialogs/template/images/pre2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codedart2018/vueWechatPlateform/HEAD/static/ueditor/dialogs/template/images/pre2.png -------------------------------------------------------------------------------- /static/ueditor/dialogs/template/images/pre3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codedart2018/vueWechatPlateform/HEAD/static/ueditor/dialogs/template/images/pre3.png -------------------------------------------------------------------------------- /static/ueditor/dialogs/template/images/pre4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codedart2018/vueWechatPlateform/HEAD/static/ueditor/dialogs/template/images/pre4.png -------------------------------------------------------------------------------- /static/ueditor/dialogs/video/images/progress.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codedart2018/vueWechatPlateform/HEAD/static/ueditor/dialogs/video/images/progress.png -------------------------------------------------------------------------------- /static/ueditor/dialogs/video/images/success.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codedart2018/vueWechatPlateform/HEAD/static/ueditor/dialogs/video/images/success.gif -------------------------------------------------------------------------------- /static/ueditor/dialogs/video/images/success.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codedart2018/vueWechatPlateform/HEAD/static/ueditor/dialogs/video/images/success.png -------------------------------------------------------------------------------- /static/ueditor/lang/en/images/deletedisable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codedart2018/vueWechatPlateform/HEAD/static/ueditor/lang/en/images/deletedisable.png -------------------------------------------------------------------------------- /static/ueditor/lang/en/images/deleteenable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codedart2018/vueWechatPlateform/HEAD/static/ueditor/lang/en/images/deleteenable.png -------------------------------------------------------------------------------- /static/ueditor/lang/en/images/listbackground.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codedart2018/vueWechatPlateform/HEAD/static/ueditor/lang/en/images/listbackground.png -------------------------------------------------------------------------------- /static/ueditor/lang/zh-cn/images/localimage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codedart2018/vueWechatPlateform/HEAD/static/ueditor/lang/zh-cn/images/localimage.png -------------------------------------------------------------------------------- /static/ueditor/themes/default/images/anchor.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codedart2018/vueWechatPlateform/HEAD/static/ueditor/themes/default/images/anchor.gif -------------------------------------------------------------------------------- /static/ueditor/themes/default/images/arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codedart2018/vueWechatPlateform/HEAD/static/ueditor/themes/default/images/arrow.png -------------------------------------------------------------------------------- /static/ueditor/themes/default/images/charts.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codedart2018/vueWechatPlateform/HEAD/static/ueditor/themes/default/images/charts.png -------------------------------------------------------------------------------- /static/ueditor/themes/default/images/icons.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codedart2018/vueWechatPlateform/HEAD/static/ueditor/themes/default/images/icons.gif -------------------------------------------------------------------------------- /static/ueditor/themes/default/images/icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codedart2018/vueWechatPlateform/HEAD/static/ueditor/themes/default/images/icons.png -------------------------------------------------------------------------------- /static/ueditor/themes/default/images/loading.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codedart2018/vueWechatPlateform/HEAD/static/ueditor/themes/default/images/loading.gif -------------------------------------------------------------------------------- /static/ueditor/themes/default/images/scale.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codedart2018/vueWechatPlateform/HEAD/static/ueditor/themes/default/images/scale.png -------------------------------------------------------------------------------- /static/ueditor/themes/default/images/spacer.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codedart2018/vueWechatPlateform/HEAD/static/ueditor/themes/default/images/spacer.gif -------------------------------------------------------------------------------- /static/ueditor/themes/default/images/upload.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codedart2018/vueWechatPlateform/HEAD/static/ueditor/themes/default/images/upload.png -------------------------------------------------------------------------------- /static/ueditor/third-party/video-js/font/vjs.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codedart2018/vueWechatPlateform/HEAD/static/ueditor/third-party/video-js/font/vjs.eot -------------------------------------------------------------------------------- /static/ueditor/third-party/video-js/font/vjs.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codedart2018/vueWechatPlateform/HEAD/static/ueditor/third-party/video-js/font/vjs.ttf -------------------------------------------------------------------------------- /static/ueditor/third-party/video-js/video-js.swf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codedart2018/vueWechatPlateform/HEAD/static/ueditor/third-party/video-js/video-js.swf -------------------------------------------------------------------------------- /src/module/merchant/assets/images/weixin-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codedart2018/vueWechatPlateform/HEAD/src/module/merchant/assets/images/weixin-logo.png -------------------------------------------------------------------------------- /static/ueditor/dialogs/attachment/images/icons.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codedart2018/vueWechatPlateform/HEAD/static/ueditor/dialogs/attachment/images/icons.gif -------------------------------------------------------------------------------- /static/ueditor/dialogs/attachment/images/icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codedart2018/vueWechatPlateform/HEAD/static/ueditor/dialogs/attachment/images/icons.png -------------------------------------------------------------------------------- /static/ueditor/dialogs/attachment/images/image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codedart2018/vueWechatPlateform/HEAD/static/ueditor/dialogs/attachment/images/image.png -------------------------------------------------------------------------------- /static/ueditor/dialogs/emotion/images/jxface2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codedart2018/vueWechatPlateform/HEAD/static/ueditor/dialogs/emotion/images/jxface2.gif -------------------------------------------------------------------------------- /static/ueditor/dialogs/image/images/alignicon.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codedart2018/vueWechatPlateform/HEAD/static/ueditor/dialogs/image/images/alignicon.jpg -------------------------------------------------------------------------------- /static/ueditor/dialogs/video/images/file-icons.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codedart2018/vueWechatPlateform/HEAD/static/ueditor/dialogs/video/images/file-icons.gif -------------------------------------------------------------------------------- /static/ueditor/dialogs/video/images/file-icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codedart2018/vueWechatPlateform/HEAD/static/ueditor/dialogs/video/images/file-icons.png -------------------------------------------------------------------------------- /static/ueditor/dialogs/video/images/left_focus.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codedart2018/vueWechatPlateform/HEAD/static/ueditor/dialogs/video/images/left_focus.jpg -------------------------------------------------------------------------------- /static/ueditor/dialogs/video/images/none_focus.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codedart2018/vueWechatPlateform/HEAD/static/ueditor/dialogs/video/images/none_focus.jpg -------------------------------------------------------------------------------- /static/ueditor/dialogs/wordimage/imageUploader.swf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codedart2018/vueWechatPlateform/HEAD/static/ueditor/dialogs/wordimage/imageUploader.swf -------------------------------------------------------------------------------- /static/ueditor/lang/en/images/rotateleftenable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codedart2018/vueWechatPlateform/HEAD/static/ueditor/lang/en/images/rotateleftenable.png -------------------------------------------------------------------------------- /static/ueditor/themes/default/images/arrow_up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codedart2018/vueWechatPlateform/HEAD/static/ueditor/themes/default/images/arrow_up.png -------------------------------------------------------------------------------- /static/ueditor/themes/default/images/button-bg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codedart2018/vueWechatPlateform/HEAD/static/ueditor/themes/default/images/button-bg.gif -------------------------------------------------------------------------------- /static/ueditor/themes/default/images/cursor_h.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codedart2018/vueWechatPlateform/HEAD/static/ueditor/themes/default/images/cursor_h.gif -------------------------------------------------------------------------------- /static/ueditor/themes/default/images/cursor_h.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codedart2018/vueWechatPlateform/HEAD/static/ueditor/themes/default/images/cursor_h.png -------------------------------------------------------------------------------- /static/ueditor/themes/default/images/cursor_v.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codedart2018/vueWechatPlateform/HEAD/static/ueditor/themes/default/images/cursor_v.gif -------------------------------------------------------------------------------- /static/ueditor/themes/default/images/cursor_v.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codedart2018/vueWechatPlateform/HEAD/static/ueditor/themes/default/images/cursor_v.png -------------------------------------------------------------------------------- /static/ueditor/themes/default/images/filescan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codedart2018/vueWechatPlateform/HEAD/static/ueditor/themes/default/images/filescan.png -------------------------------------------------------------------------------- /static/ueditor/themes/default/images/icons-all.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codedart2018/vueWechatPlateform/HEAD/static/ueditor/themes/default/images/icons-all.gif -------------------------------------------------------------------------------- /static/ueditor/themes/default/images/loaderror.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codedart2018/vueWechatPlateform/HEAD/static/ueditor/themes/default/images/loaderror.png -------------------------------------------------------------------------------- /static/ueditor/themes/default/images/pagebreak.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codedart2018/vueWechatPlateform/HEAD/static/ueditor/themes/default/images/pagebreak.gif -------------------------------------------------------------------------------- /static/ueditor/themes/default/images/sortable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codedart2018/vueWechatPlateform/HEAD/static/ueditor/themes/default/images/sortable.png -------------------------------------------------------------------------------- /static/ueditor/themes/default/images/videologo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codedart2018/vueWechatPlateform/HEAD/static/ueditor/themes/default/images/videologo.gif -------------------------------------------------------------------------------- /static/ueditor/themes/default/images/wordpaste.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codedart2018/vueWechatPlateform/HEAD/static/ueditor/themes/default/images/wordpaste.png -------------------------------------------------------------------------------- /static/ueditor/third-party/video-js/font/vjs.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codedart2018/vueWechatPlateform/HEAD/static/ueditor/third-party/video-js/font/vjs.woff -------------------------------------------------------------------------------- /static/ueditor/dialogs/attachment/images/progress.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codedart2018/vueWechatPlateform/HEAD/static/ueditor/dialogs/attachment/images/progress.png -------------------------------------------------------------------------------- /static/ueditor/dialogs/attachment/images/success.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codedart2018/vueWechatPlateform/HEAD/static/ueditor/dialogs/attachment/images/success.gif -------------------------------------------------------------------------------- /static/ueditor/dialogs/attachment/images/success.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codedart2018/vueWechatPlateform/HEAD/static/ueditor/dialogs/attachment/images/success.png -------------------------------------------------------------------------------- /static/ueditor/dialogs/background/images/success.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codedart2018/vueWechatPlateform/HEAD/static/ueditor/dialogs/background/images/success.png -------------------------------------------------------------------------------- /static/ueditor/dialogs/video/images/center_focus.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codedart2018/vueWechatPlateform/HEAD/static/ueditor/dialogs/video/images/center_focus.jpg -------------------------------------------------------------------------------- /static/ueditor/dialogs/video/images/right_focus.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codedart2018/vueWechatPlateform/HEAD/static/ueditor/dialogs/video/images/right_focus.jpg -------------------------------------------------------------------------------- /static/ueditor/lang/en/images/alldeletebtnupskin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codedart2018/vueWechatPlateform/HEAD/static/ueditor/lang/en/images/alldeletebtnupskin.png -------------------------------------------------------------------------------- /static/ueditor/lang/en/images/rotateleftdisable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codedart2018/vueWechatPlateform/HEAD/static/ueditor/lang/en/images/rotateleftdisable.png -------------------------------------------------------------------------------- /static/ueditor/lang/en/images/rotaterightdisable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codedart2018/vueWechatPlateform/HEAD/static/ueditor/lang/en/images/rotaterightdisable.png -------------------------------------------------------------------------------- /static/ueditor/lang/en/images/rotaterightenable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codedart2018/vueWechatPlateform/HEAD/static/ueditor/lang/en/images/rotaterightenable.png -------------------------------------------------------------------------------- /static/ueditor/themes/default/images/arrow_down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codedart2018/vueWechatPlateform/HEAD/static/ueditor/themes/default/images/arrow_down.png -------------------------------------------------------------------------------- /static/ueditor/themes/default/images/cancelbutton.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codedart2018/vueWechatPlateform/HEAD/static/ueditor/themes/default/images/cancelbutton.gif -------------------------------------------------------------------------------- /static/ueditor/themes/default/images/highlighted.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codedart2018/vueWechatPlateform/HEAD/static/ueditor/themes/default/images/highlighted.gif -------------------------------------------------------------------------------- /static/ueditor/themes/default/images/sparator_v.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codedart2018/vueWechatPlateform/HEAD/static/ueditor/themes/default/images/sparator_v.png -------------------------------------------------------------------------------- /static/ueditor/themes/default/images/toolbar_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codedart2018/vueWechatPlateform/HEAD/static/ueditor/themes/default/images/toolbar_bg.png -------------------------------------------------------------------------------- /static/ueditor/themes/themes/default/images/arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codedart2018/vueWechatPlateform/HEAD/static/ueditor/themes/themes/default/images/arrow.png -------------------------------------------------------------------------------- /static/ueditor/themes/themes/default/images/icons.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codedart2018/vueWechatPlateform/HEAD/static/ueditor/themes/themes/default/images/icons.gif -------------------------------------------------------------------------------- /static/ueditor/themes/themes/default/images/icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codedart2018/vueWechatPlateform/HEAD/static/ueditor/themes/themes/default/images/icons.png -------------------------------------------------------------------------------- /static/ueditor/themes/themes/default/images/lock.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codedart2018/vueWechatPlateform/HEAD/static/ueditor/themes/themes/default/images/lock.gif -------------------------------------------------------------------------------- /static/ueditor/themes/themes/default/images/scale.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codedart2018/vueWechatPlateform/HEAD/static/ueditor/themes/themes/default/images/scale.png -------------------------------------------------------------------------------- /static/ueditor/themes/themes/default/images/word.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codedart2018/vueWechatPlateform/HEAD/static/ueditor/themes/themes/default/images/word.gif -------------------------------------------------------------------------------- /static/ueditor/third-party/webuploader/Uploader.swf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codedart2018/vueWechatPlateform/HEAD/static/ueditor/third-party/webuploader/Uploader.swf -------------------------------------------------------------------------------- /static/ueditor/dialogs/attachment/images/alignicon.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codedart2018/vueWechatPlateform/HEAD/static/ueditor/dialogs/attachment/images/alignicon.gif -------------------------------------------------------------------------------- /static/ueditor/dialogs/attachment/images/alignicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codedart2018/vueWechatPlateform/HEAD/static/ueditor/dialogs/attachment/images/alignicon.png -------------------------------------------------------------------------------- /static/ueditor/dialogs/attachment/images/file-icons.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codedart2018/vueWechatPlateform/HEAD/static/ueditor/dialogs/attachment/images/file-icons.gif -------------------------------------------------------------------------------- /static/ueditor/dialogs/attachment/images/file-icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codedart2018/vueWechatPlateform/HEAD/static/ueditor/dialogs/attachment/images/file-icons.png -------------------------------------------------------------------------------- /static/ueditor/dialogs/wordimage/fClipboard_ueditor.swf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codedart2018/vueWechatPlateform/HEAD/static/ueditor/dialogs/wordimage/fClipboard_ueditor.swf -------------------------------------------------------------------------------- /static/ueditor/lang/en/images/alldeletebtnhoverskin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codedart2018/vueWechatPlateform/HEAD/static/ueditor/lang/en/images/alldeletebtnhoverskin.png -------------------------------------------------------------------------------- /static/ueditor/themes/default/images/unhighlighted.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codedart2018/vueWechatPlateform/HEAD/static/ueditor/themes/default/images/unhighlighted.gif -------------------------------------------------------------------------------- /static/ueditor/themes/themes/default/images/anchor.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codedart2018/vueWechatPlateform/HEAD/static/ueditor/themes/themes/default/images/anchor.gif -------------------------------------------------------------------------------- /static/ueditor/themes/themes/default/images/charts.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codedart2018/vueWechatPlateform/HEAD/static/ueditor/themes/themes/default/images/charts.png -------------------------------------------------------------------------------- /static/ueditor/themes/themes/default/images/loading.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codedart2018/vueWechatPlateform/HEAD/static/ueditor/themes/themes/default/images/loading.gif -------------------------------------------------------------------------------- /static/ueditor/themes/themes/default/images/spacer.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codedart2018/vueWechatPlateform/HEAD/static/ueditor/themes/themes/default/images/spacer.gif -------------------------------------------------------------------------------- /static/ueditor/themes/themes/default/images/upload.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codedart2018/vueWechatPlateform/HEAD/static/ueditor/themes/themes/default/images/upload.png -------------------------------------------------------------------------------- /static/ueditor/themes/themes/default/images2/icons.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codedart2018/vueWechatPlateform/HEAD/static/ueditor/themes/themes/default/images2/icons.gif -------------------------------------------------------------------------------- /static/ueditor/themes/themes/default/images2/icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codedart2018/vueWechatPlateform/HEAD/static/ueditor/themes/themes/default/images2/icons.png -------------------------------------------------------------------------------- /static/ueditor/themes/themes/default/images2/icons.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codedart2018/vueWechatPlateform/HEAD/static/ueditor/themes/themes/default/images2/icons.psd -------------------------------------------------------------------------------- /config/dev.env.js: -------------------------------------------------------------------------------- 1 | var merge = require('webpack-merge') 2 | var prodEnv = require('./prod.env') 3 | 4 | module.exports = merge(prodEnv, { 5 | NODE_ENV: '"development"' 6 | }) 7 | -------------------------------------------------------------------------------- /static/ueditor/dialogs/emotion/images/neweditor-tab-bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codedart2018/vueWechatPlateform/HEAD/static/ueditor/dialogs/emotion/images/neweditor-tab-bg.png -------------------------------------------------------------------------------- /static/ueditor/themes/default/images/dialog-title-bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codedart2018/vueWechatPlateform/HEAD/static/ueditor/themes/default/images/dialog-title-bg.png -------------------------------------------------------------------------------- /static/ueditor/themes/default/images/neweditor-tab-bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codedart2018/vueWechatPlateform/HEAD/static/ueditor/themes/default/images/neweditor-tab-bg.png -------------------------------------------------------------------------------- /static/ueditor/themes/default/images/table-cell-align.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codedart2018/vueWechatPlateform/HEAD/static/ueditor/themes/default/images/table-cell-align.png -------------------------------------------------------------------------------- /static/ueditor/themes/themes/default/images/arrow_down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codedart2018/vueWechatPlateform/HEAD/static/ueditor/themes/themes/default/images/arrow_down.png -------------------------------------------------------------------------------- /static/ueditor/themes/themes/default/images/arrow_up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codedart2018/vueWechatPlateform/HEAD/static/ueditor/themes/themes/default/images/arrow_up.png -------------------------------------------------------------------------------- /static/ueditor/themes/themes/default/images/button-bg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codedart2018/vueWechatPlateform/HEAD/static/ueditor/themes/themes/default/images/button-bg.gif -------------------------------------------------------------------------------- /static/ueditor/themes/themes/default/images/cursor_h.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codedart2018/vueWechatPlateform/HEAD/static/ueditor/themes/themes/default/images/cursor_h.gif -------------------------------------------------------------------------------- /static/ueditor/themes/themes/default/images/cursor_h.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codedart2018/vueWechatPlateform/HEAD/static/ueditor/themes/themes/default/images/cursor_h.png -------------------------------------------------------------------------------- /static/ueditor/themes/themes/default/images/cursor_v.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codedart2018/vueWechatPlateform/HEAD/static/ueditor/themes/themes/default/images/cursor_v.gif -------------------------------------------------------------------------------- /static/ueditor/themes/themes/default/images/cursor_v.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codedart2018/vueWechatPlateform/HEAD/static/ueditor/themes/themes/default/images/cursor_v.png -------------------------------------------------------------------------------- /static/ueditor/themes/themes/default/images/filescan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codedart2018/vueWechatPlateform/HEAD/static/ueditor/themes/themes/default/images/filescan.png -------------------------------------------------------------------------------- /static/ueditor/themes/themes/default/images/icons-all.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codedart2018/vueWechatPlateform/HEAD/static/ueditor/themes/themes/default/images/icons-all.gif -------------------------------------------------------------------------------- /static/ueditor/themes/themes/default/images/loaderror.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codedart2018/vueWechatPlateform/HEAD/static/ueditor/themes/themes/default/images/loaderror.png -------------------------------------------------------------------------------- /static/ueditor/themes/themes/default/images/pagebreak.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codedart2018/vueWechatPlateform/HEAD/static/ueditor/themes/themes/default/images/pagebreak.gif -------------------------------------------------------------------------------- /static/ueditor/themes/themes/default/images/sortable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codedart2018/vueWechatPlateform/HEAD/static/ueditor/themes/themes/default/images/sortable.png -------------------------------------------------------------------------------- /static/ueditor/themes/themes/default/images/sparator_v.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codedart2018/vueWechatPlateform/HEAD/static/ueditor/themes/themes/default/images/sparator_v.png -------------------------------------------------------------------------------- /static/ueditor/themes/themes/default/images/toolbar_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codedart2018/vueWechatPlateform/HEAD/static/ueditor/themes/themes/default/images/toolbar_bg.png -------------------------------------------------------------------------------- /static/ueditor/themes/themes/default/images/videologo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codedart2018/vueWechatPlateform/HEAD/static/ueditor/themes/themes/default/images/videologo.gif -------------------------------------------------------------------------------- /static/ueditor/themes/themes/default/images/wordpaste.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codedart2018/vueWechatPlateform/HEAD/static/ueditor/themes/themes/default/images/wordpaste.png -------------------------------------------------------------------------------- /static/ueditor/themes/themes/default/images2/icons@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codedart2018/vueWechatPlateform/HEAD/static/ueditor/themes/themes/default/images2/icons@2x.png -------------------------------------------------------------------------------- /static/ueditor/themes/themes/default/images2/mark_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codedart2018/vueWechatPlateform/HEAD/static/ueditor/themes/themes/default/images2/mark_icon.png -------------------------------------------------------------------------------- /static/ueditor/third-party/zeroclipboard/ZeroClipboard.swf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codedart2018/vueWechatPlateform/HEAD/static/ueditor/third-party/zeroclipboard/ZeroClipboard.swf -------------------------------------------------------------------------------- /static/ueditor/dialogs/attachment/fileTypeImages/icon_mv.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codedart2018/vueWechatPlateform/HEAD/static/ueditor/dialogs/attachment/fileTypeImages/icon_mv.gif -------------------------------------------------------------------------------- /static/ueditor/themes/default/images/tangram-colorpicker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codedart2018/vueWechatPlateform/HEAD/static/ueditor/themes/default/images/tangram-colorpicker.png -------------------------------------------------------------------------------- /static/ueditor/themes/themes/default/images/cancelbutton.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codedart2018/vueWechatPlateform/HEAD/static/ueditor/themes/themes/default/images/cancelbutton.gif -------------------------------------------------------------------------------- /static/ueditor/themes/themes/default/images/highlighted.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codedart2018/vueWechatPlateform/HEAD/static/ueditor/themes/themes/default/images/highlighted.gif -------------------------------------------------------------------------------- /static/ueditor/themes/themes/default/images2/icons@2x-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codedart2018/vueWechatPlateform/HEAD/static/ueditor/themes/themes/default/images2/icons@2x-1.png -------------------------------------------------------------------------------- /static/ueditor/themes/themes/default/images2/icons@2x-1.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codedart2018/vueWechatPlateform/HEAD/static/ueditor/themes/themes/default/images2/icons@2x-1.psd -------------------------------------------------------------------------------- /static/ueditor/third-party/snapscreen/UEditorSnapscreen.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codedart2018/vueWechatPlateform/HEAD/static/ueditor/third-party/snapscreen/UEditorSnapscreen.exe -------------------------------------------------------------------------------- /static/ueditor/dialogs/attachment/fileTypeImages/icon_chm.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codedart2018/vueWechatPlateform/HEAD/static/ueditor/dialogs/attachment/fileTypeImages/icon_chm.gif -------------------------------------------------------------------------------- /static/ueditor/dialogs/attachment/fileTypeImages/icon_doc.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codedart2018/vueWechatPlateform/HEAD/static/ueditor/dialogs/attachment/fileTypeImages/icon_doc.gif -------------------------------------------------------------------------------- /static/ueditor/dialogs/attachment/fileTypeImages/icon_exe.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codedart2018/vueWechatPlateform/HEAD/static/ueditor/dialogs/attachment/fileTypeImages/icon_exe.gif -------------------------------------------------------------------------------- /static/ueditor/dialogs/attachment/fileTypeImages/icon_jpg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codedart2018/vueWechatPlateform/HEAD/static/ueditor/dialogs/attachment/fileTypeImages/icon_jpg.gif -------------------------------------------------------------------------------- /static/ueditor/dialogs/attachment/fileTypeImages/icon_mp3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codedart2018/vueWechatPlateform/HEAD/static/ueditor/dialogs/attachment/fileTypeImages/icon_mp3.gif -------------------------------------------------------------------------------- /static/ueditor/dialogs/attachment/fileTypeImages/icon_pdf.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codedart2018/vueWechatPlateform/HEAD/static/ueditor/dialogs/attachment/fileTypeImages/icon_pdf.gif -------------------------------------------------------------------------------- /static/ueditor/dialogs/attachment/fileTypeImages/icon_ppt.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codedart2018/vueWechatPlateform/HEAD/static/ueditor/dialogs/attachment/fileTypeImages/icon_ppt.gif -------------------------------------------------------------------------------- /static/ueditor/dialogs/attachment/fileTypeImages/icon_psd.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codedart2018/vueWechatPlateform/HEAD/static/ueditor/dialogs/attachment/fileTypeImages/icon_psd.gif -------------------------------------------------------------------------------- /static/ueditor/dialogs/attachment/fileTypeImages/icon_rar.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codedart2018/vueWechatPlateform/HEAD/static/ueditor/dialogs/attachment/fileTypeImages/icon_rar.gif -------------------------------------------------------------------------------- /static/ueditor/dialogs/attachment/fileTypeImages/icon_txt.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codedart2018/vueWechatPlateform/HEAD/static/ueditor/dialogs/attachment/fileTypeImages/icon_txt.gif -------------------------------------------------------------------------------- /static/ueditor/dialogs/attachment/fileTypeImages/icon_xls.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codedart2018/vueWechatPlateform/HEAD/static/ueditor/dialogs/attachment/fileTypeImages/icon_xls.gif -------------------------------------------------------------------------------- /static/ueditor/themes/themes/default/images/dialog-title-bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codedart2018/vueWechatPlateform/HEAD/static/ueditor/themes/themes/default/images/dialog-title-bg.png -------------------------------------------------------------------------------- /static/ueditor/themes/themes/default/images/unhighlighted.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codedart2018/vueWechatPlateform/HEAD/static/ueditor/themes/themes/default/images/unhighlighted.gif -------------------------------------------------------------------------------- /static/ueditor/dialogs/attachment/fileTypeImages/icon_default.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codedart2018/vueWechatPlateform/HEAD/static/ueditor/dialogs/attachment/fileTypeImages/icon_default.png -------------------------------------------------------------------------------- /static/ueditor/themes/themes/default/images/neweditor-tab-bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codedart2018/vueWechatPlateform/HEAD/static/ueditor/themes/themes/default/images/neweditor-tab-bg.png -------------------------------------------------------------------------------- /static/ueditor/themes/themes/default/images/table-cell-align.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codedart2018/vueWechatPlateform/HEAD/static/ueditor/themes/themes/default/images/table-cell-align.png -------------------------------------------------------------------------------- /static/ueditor/themes/themes/default/images/tangram-colorpicker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codedart2018/vueWechatPlateform/HEAD/static/ueditor/themes/themes/default/images/tangram-colorpicker.png -------------------------------------------------------------------------------- /.editorconfig: -------------------------------------------------------------------------------- 1 | root = true 2 | 3 | [*] 4 | charset = utf-8 5 | indent_style = space 6 | indent_size = 4 7 | end_of_line = lf 8 | insert_final_newline = true 9 | trim_trailing_whitespace = true 10 | -------------------------------------------------------------------------------- /src/module/index/assets/style/common/customize.less: -------------------------------------------------------------------------------- 1 | //iview 公共 less 2 | @import '~iview/src/styles/index.less'; 3 | 4 | a { 5 | color: #FFFFFF; 6 | } 7 | a:hover { 8 | color: #FFFFFF; 9 | } 10 | 11 | -------------------------------------------------------------------------------- /src/module/merchant/vuex/getters/index.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Created by truncate on 2017/7/2. 3 | * Author: 带鞋拖地 4 | * QQ: 327056088 5 | * 6 | * 《江畔独步寻花》· 杜甫 7 | * 黄四娘家花满蹊,千朵万朵压枝低。 8 | * 留连戏蝶时时舞,自在娇莺恰恰啼。 9 | */ 10 | -------------------------------------------------------------------------------- /.postcssrc.js: -------------------------------------------------------------------------------- 1 | // https://github.com/michael-ciniawsky/postcss-load-config 2 | 3 | module.exports = { 4 | "plugins": { 5 | // to edit target browsers: use "browserlist" field in package.json 6 | "autoprefixer": {} 7 | } 8 | } 9 | -------------------------------------------------------------------------------- /src/module/manage/manage.html: -------------------------------------------------------------------------------- 1 | 2 | 3 |
4 | 5 |
4 | 呃,一溜烟不知道开到哪儿去了
5 |返回上一页
6 |
31 |
您确认要退出?退出后将无法操作哦!
36 |21 |
| 27 | | 28 | |
| ctrl+b | 33 |34 | |
| ctrl+c | 37 |38 | |
| ctrl+x | 41 |42 | |
| ctrl+v | 45 |46 | |
| ctrl+y | 49 |50 | |
| ctrl+z | 53 |54 | |
| ctrl+i | 57 |58 | |
| ctrl+u | 61 |62 | |
| ctrl+a | 65 |66 | |
| shift+enter | 69 |70 | |
| alt+z | 73 |74 | |