From ebbeeab675140aae026929f07798a4b86a23f06f Mon Sep 17 00:00:00 2001 From: "14879940+orange-jam-1@user.noreply.gitee.com" <1878447768@qq.com> Date: Fri, 22 Nov 2024 17:41:07 +0800 Subject: [PATCH] 1 --- WeChat | 1 - b1.txt | 1 - wx-manage-master/.gitignore | 108 --- wx-manage-master/public/tinymce/article.css | 96 -- wx-manage-master/src/App.vue | 33 - wx-manage-master/src/assets/css/common.css | 847 ------------------ wx-manage-master/src/assets/css/wx-menu.css | 365 -------- wx-manage-master/src/assets/scss/_base.scss | 412 --------- .../src/assets/scss/_normalize.scss | 447 --------- .../src/assets/scss/_variables.scss | 13 - wx-manage-master/src/assets/scss/index.scss | 5 - .../src/components/icon-svg/index.vue | 47 - .../components/table-tree-column/index.vue | 84 -- .../src/components/tags-editor.vue | 77 -- .../src/components/template-msg-task.vue | 189 ---- .../src/components/tinymce-editor.vue | 99 -- .../src/components/wx-account-selector.vue | 45 - .../src/components/wx-msg-preview.vue | 42 - .../src/components/wx-user-tags-manager.vue | 139 --- wx-manage-master/src/main.js | 32 - wx-manage-master/src/router/import-views.js | 1 - wx-manage-master/src/router/index.js | 154 ---- wx-manage-master/src/store/index.js | 24 - wx-manage-master/src/store/modules/article.js | 12 - wx-manage-master/src/store/modules/common.js | 70 -- wx-manage-master/src/store/modules/message.js | 33 - wx-manage-master/src/store/modules/user.js | 15 - .../src/store/modules/wxAccount.js | 32 - .../src/store/modules/wxUserTags.js | 12 - wx-manage-master/src/utils/httpRequest.js | 77 -- wx-manage-master/src/utils/index.js | 58 -- wx-manage-master/src/utils/validate.js | 31 - wx-manage-master/src/views/common/404.vue | 61 -- wx-manage-master/src/views/common/home.vue | 12 - wx-manage-master/src/views/common/login.vue | 184 ---- wx-manage-master/src/views/common/theme.vue | 33 - wx-manage-master/src/views/main-content.vue | 103 --- .../src/views/main-navbar-update-password.vue | 109 --- wx-manage-master/src/views/main-navbar.vue | 102 --- .../src/views/main-sidebar-sub-menu.vue | 50 -- wx-manage-master/src/views/main-sidebar.vue | 90 -- wx-manage-master/src/views/main.vue | 86 -- .../src/views/modules/oss/oss-config.vue | 127 --- .../modules/oss/oss-uploader-tencent.vue | 87 -- .../src/views/modules/oss/oss-uploader.vue | 59 -- .../src/views/modules/oss/oss.vue | 146 --- .../modules/sys/config-add-or-update.vue | 96 -- .../src/views/modules/sys/config.vue | 134 --- .../src/views/modules/sys/log.vue | 90 -- .../views/modules/sys/menu-add-or-update.vue | 218 ----- .../src/views/modules/sys/menu.vue | 109 --- .../views/modules/sys/role-add-or-update.vue | 111 --- .../src/views/modules/sys/role.vue | 132 --- .../views/modules/sys/user-add-or-update.vue | 177 ---- .../src/views/modules/sys/user.vue | 140 --- .../wx/account/wx-account-access-info.vue | 54 -- .../wx/account/wx-account-add-or-update.vue | 118 --- .../modules/wx/article-add-or-update.vue | 155 ---- .../src/views/modules/wx/article.vue | 157 ---- .../modules/wx/assets/assets-selector.vue | 38 - .../wx/assets/material-file-add-or-update.vue | 103 --- .../views/modules/wx/assets/material-file.vue | 185 ---- .../wx/assets/material-news-add-or-update.vue | 221 ----- .../views/modules/wx/assets/material-news.vue | 206 ----- .../wx/msg-reply-rule-add-or-update.vue | 211 ----- .../src/views/modules/wx/msg-reply-rule.vue | 166 ---- .../modules/wx/msg-template-add-or-update.vue | 165 ---- .../src/views/modules/wx/msg-template.vue | 215 ----- .../src/views/modules/wx/template-msg-log.vue | 135 --- .../src/views/modules/wx/wx-account.vue | 137 --- .../src/views/modules/wx/wx-assets.vue | 57 -- .../modules/wx/wx-menu-button-editor.vue | 125 --- .../src/views/modules/wx/wx-menu.vue | 159 ---- .../src/views/modules/wx/wx-msg-reply.vue | 84 -- .../src/views/modules/wx/wx-msg.vue | 184 ---- .../modules/wx/wx-qrcode-add-or-update.vue | 86 -- .../src/views/modules/wx/wx-qrcode.vue | 142 --- .../src/views/modules/wx/wx-user-tagging.vue | 102 --- .../src/views/modules/wx/wx-user.vue | 209 ----- 79 files changed, 9471 deletions(-) delete mode 160000 WeChat delete mode 100644 b1.txt delete mode 100644 wx-manage-master/.gitignore delete mode 100644 wx-manage-master/public/tinymce/article.css delete mode 100644 wx-manage-master/src/App.vue delete mode 100644 wx-manage-master/src/assets/css/common.css delete mode 100644 wx-manage-master/src/assets/css/wx-menu.css delete mode 100644 wx-manage-master/src/assets/scss/_base.scss delete mode 100644 wx-manage-master/src/assets/scss/_normalize.scss delete mode 100644 wx-manage-master/src/assets/scss/_variables.scss delete mode 100644 wx-manage-master/src/assets/scss/index.scss delete mode 100644 wx-manage-master/src/components/icon-svg/index.vue delete mode 100644 wx-manage-master/src/components/table-tree-column/index.vue delete mode 100644 wx-manage-master/src/components/tags-editor.vue delete mode 100644 wx-manage-master/src/components/template-msg-task.vue delete mode 100644 wx-manage-master/src/components/tinymce-editor.vue delete mode 100644 wx-manage-master/src/components/wx-account-selector.vue delete mode 100644 wx-manage-master/src/components/wx-msg-preview.vue delete mode 100644 wx-manage-master/src/components/wx-user-tags-manager.vue delete mode 100644 wx-manage-master/src/main.js delete mode 100644 wx-manage-master/src/router/import-views.js delete mode 100644 wx-manage-master/src/router/index.js delete mode 100644 wx-manage-master/src/store/index.js delete mode 100644 wx-manage-master/src/store/modules/article.js delete mode 100644 wx-manage-master/src/store/modules/common.js delete mode 100644 wx-manage-master/src/store/modules/message.js delete mode 100644 wx-manage-master/src/store/modules/user.js delete mode 100644 wx-manage-master/src/store/modules/wxAccount.js delete mode 100644 wx-manage-master/src/store/modules/wxUserTags.js delete mode 100644 wx-manage-master/src/utils/httpRequest.js delete mode 100644 wx-manage-master/src/utils/index.js delete mode 100644 wx-manage-master/src/utils/validate.js delete mode 100644 wx-manage-master/src/views/common/404.vue delete mode 100644 wx-manage-master/src/views/common/home.vue delete mode 100644 wx-manage-master/src/views/common/login.vue delete mode 100644 wx-manage-master/src/views/common/theme.vue delete mode 100644 wx-manage-master/src/views/main-content.vue delete mode 100644 wx-manage-master/src/views/main-navbar-update-password.vue delete mode 100644 wx-manage-master/src/views/main-navbar.vue delete mode 100644 wx-manage-master/src/views/main-sidebar-sub-menu.vue delete mode 100644 wx-manage-master/src/views/main-sidebar.vue delete mode 100644 wx-manage-master/src/views/main.vue delete mode 100644 wx-manage-master/src/views/modules/oss/oss-config.vue delete mode 100644 wx-manage-master/src/views/modules/oss/oss-uploader-tencent.vue delete mode 100644 wx-manage-master/src/views/modules/oss/oss-uploader.vue delete mode 100644 wx-manage-master/src/views/modules/oss/oss.vue delete mode 100644 wx-manage-master/src/views/modules/sys/config-add-or-update.vue delete mode 100644 wx-manage-master/src/views/modules/sys/config.vue delete mode 100644 wx-manage-master/src/views/modules/sys/log.vue delete mode 100644 wx-manage-master/src/views/modules/sys/menu-add-or-update.vue delete mode 100644 wx-manage-master/src/views/modules/sys/menu.vue delete mode 100644 wx-manage-master/src/views/modules/sys/role-add-or-update.vue delete mode 100644 wx-manage-master/src/views/modules/sys/role.vue delete mode 100644 wx-manage-master/src/views/modules/sys/user-add-or-update.vue delete mode 100644 wx-manage-master/src/views/modules/sys/user.vue delete mode 100644 wx-manage-master/src/views/modules/wx/account/wx-account-access-info.vue delete mode 100644 wx-manage-master/src/views/modules/wx/account/wx-account-add-or-update.vue delete mode 100644 wx-manage-master/src/views/modules/wx/article-add-or-update.vue delete mode 100644 wx-manage-master/src/views/modules/wx/article.vue delete mode 100644 wx-manage-master/src/views/modules/wx/assets/assets-selector.vue delete mode 100644 wx-manage-master/src/views/modules/wx/assets/material-file-add-or-update.vue delete mode 100644 wx-manage-master/src/views/modules/wx/assets/material-file.vue delete mode 100644 wx-manage-master/src/views/modules/wx/assets/material-news-add-or-update.vue delete mode 100644 wx-manage-master/src/views/modules/wx/assets/material-news.vue delete mode 100644 wx-manage-master/src/views/modules/wx/msg-reply-rule-add-or-update.vue delete mode 100644 wx-manage-master/src/views/modules/wx/msg-reply-rule.vue delete mode 100644 wx-manage-master/src/views/modules/wx/msg-template-add-or-update.vue delete mode 100644 wx-manage-master/src/views/modules/wx/msg-template.vue delete mode 100644 wx-manage-master/src/views/modules/wx/template-msg-log.vue delete mode 100644 wx-manage-master/src/views/modules/wx/wx-account.vue delete mode 100644 wx-manage-master/src/views/modules/wx/wx-assets.vue delete mode 100644 wx-manage-master/src/views/modules/wx/wx-menu-button-editor.vue delete mode 100644 wx-manage-master/src/views/modules/wx/wx-menu.vue delete mode 100644 wx-manage-master/src/views/modules/wx/wx-msg-reply.vue delete mode 100644 wx-manage-master/src/views/modules/wx/wx-msg.vue delete mode 100644 wx-manage-master/src/views/modules/wx/wx-qrcode-add-or-update.vue delete mode 100644 wx-manage-master/src/views/modules/wx/wx-qrcode.vue delete mode 100644 wx-manage-master/src/views/modules/wx/wx-user-tagging.vue delete mode 100644 wx-manage-master/src/views/modules/wx/wx-user.vue diff --git a/WeChat b/WeChat deleted file mode 160000 index 78f3b98..0000000 --- a/WeChat +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 78f3b98269fb3004a43417c3b26c6e48f013f349 diff --git a/b1.txt b/b1.txt deleted file mode 100644 index 611d987..0000000 --- a/b1.txt +++ /dev/null @@ -1 +0,0 @@ -b1 \ No newline at end of file diff --git a/wx-manage-master/.gitignore b/wx-manage-master/.gitignore deleted file mode 100644 index 989d102..0000000 --- a/wx-manage-master/.gitignore +++ /dev/null @@ -1,108 +0,0 @@ -# Logs -logs -*.log -npm-debug.log* -yarn-debug.log* -yarn-error.log* -lerna-debug.log* - -#ide -.idea -.vscode - -# Diagnostic reports (https://nodejs.org/api/report.html) -report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json - -# Runtime data -pids -*.pid -*.seed -*.pid.lock - -# Directory for instrumented libs generated by jscoverage/JSCover -lib-cov - -# Coverage directory used by tools like istanbul -coverage -*.lcov - -# nyc test coverage -.nyc_output - -# Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files) -.grunt - -# Bower dependency directory (https://bower.io/) -bower_components - -# node-waf configuration -.lock-wscript - -# Compiled binary addons (https://nodejs.org/api/addons.html) -build/Release - -# Dependency directories -node_modules/ -jspm_packages/ - -# TypeScript v1 declaration files -typings/ - -# TypeScript cache -*.tsbuildinfo - -# Optional npm cache directory -.npm - -# Optional eslint cache -.eslintcache - -# Microbundle cache -.rpt2_cache/ -.rts2_cache_cjs/ -.rts2_cache_es/ -.rts2_cache_umd/ - -# Optional REPL history -.node_repl_history - -# Output of 'npm pack' -*.tgz - -# Yarn Integrity file -.yarn-integrity - -# dotenv environment variables file -.env -.env.test - -# parcel-bundler cache (https://parceljs.org/) -.cache - -# Next.js build output -.next - -# Nuxt.js build / generate output -.nuxt -dist - -# Gatsby files -.cache/ -# Comment in the public line in if your project uses Gatsby and *not* Next.js -# https://nextjs.org/blog/next-9-1#public-directory-support -# public - -# vuepress build output -.vuepress/dist - -# Serverless directories -.serverless/ - -# FuseBox cache -.fusebox/ - -# DynamoDB Local files -.dynamodb/ - -# TernJS port file -.tern-port diff --git a/wx-manage-master/public/tinymce/article.css b/wx-manage-master/public/tinymce/article.css deleted file mode 100644 index acef328..0000000 --- a/wx-manage-master/public/tinymce/article.css +++ /dev/null @@ -1,96 +0,0 @@ -/* html相关样式 */ -a { - color: #4285f4; -} -h1,h2,h3,h4,h5,h6{ - margin: 0.3rem 0; - color: #0064A8; - line-height: 2rem; -} -h1{ - font-size: 1.4rem; -} -h2{ - font-size: 1.2rem; -} -h3{ - font-size: 1.1rem; -} -h4, -h5, -h6 { - font-size: 1rem; -} - -hr { - height: 0.2em; - border: 0; - color: #CCCCCC; - background-color: #CCCCCC; -} - -p, -blockquote, -ul, -ol, -dl, -li, -table, -pre { - margin: 8px 0; -} - -p { - margin: 1em 0; - line-height: 1.5rem; -} - -pre { - background-color: #F8F8F8; - border: 1px solid #CCCCCC; - border-radius: 3px; - overflow: auto; - padding: 5px; -} - -blockquote { - color: #666666; - margin: 0; - border-left: 0.2em #EEE solid; -} - -ul, -ol { - margin: 1em 0; - padding: 0 0 0 2em; -} - -li p:last-child { - margin: 0 -} - -dd { - margin: 0 0 0 2em; -} - -img { - border: 0; - max-width: 300px; - display: block; - object-fit: contain; - width: auto !important; - height: auto !important; -} - -table { - border-collapse: collapse; - border-spacing: 0; - width: 100%; - border: 1px solid #eee; -} - -td { - vertical-align: top; - padding: 0.2em 0; - border-top: 1px solid #EEEEEE; -} \ No newline at end of file diff --git a/wx-manage-master/src/App.vue b/wx-manage-master/src/App.vue deleted file mode 100644 index 23cdb0b..0000000 --- a/wx-manage-master/src/App.vue +++ /dev/null @@ -1,33 +0,0 @@ - - - diff --git a/wx-manage-master/src/assets/css/common.css b/wx-manage-master/src/assets/css/common.css deleted file mode 100644 index 92f92b6..0000000 --- a/wx-manage-master/src/assets/css/common.css +++ /dev/null @@ -1,847 +0,0 @@ -/* 常用辅助css */ - -/* ================== - 布局 - ==================== */ - -/* -- flex弹性布局 -- */ - -.flex { - display: flex; -} - -.basis-xs { - flex-basis: 20%; -} - -.basis-sm { - flex-basis: 40%; -} - -.basis-df { - flex-basis: 50%; -} - -.basis-lg { - flex-basis: 60%; -} - -.basis-xl { - flex-basis: 80%; -} - -.flex-sub { - flex: 1; -} - -.flex-twice { - flex: 2; -} - -.flex-treble { - flex: 3; -} - -.flex-direction { - flex-direction: column; -} - -.flex-wrap { - flex-wrap: wrap; -} - -.align-start { - align-items: flex-start; -} - -.align-end { - align-items: flex-end; -} - -.align-center { - align-items: center; -} - -.align-stretch { - align-items: stretch; -} - -.self-start { - align-self: flex-start; -} - -.self-center { - align-self: flex-center; -} - -.self-end { - align-self: flex-end; -} - -.self-stretch { - align-self: stretch; -} - -.align-stretch { - align-items: stretch; -} - -.justify-start { - justify-content: flex-start; -} - -.justify-end { - justify-content: flex-end; -} - -.justify-center { - justify-content: center; -} - -.justify-between { - justify-content: space-between; -} - -.justify-around { - justify-content: space-around; -} - -/* -- 内外边距 -- */ - -.margin-0 { - margin: 0; -} - -.margin-xs { - margin: 5px; -} - -.margin-sm { - margin: 10px; -} - -.margin { - margin: 15px; -} - -.margin-lg { - margin: 20px; -} - -.margin-xl { - margin: 25px; -} - -.margin-top-xs { - margin-top: 5px; -} - -.margin-top-sm { - margin-top: 10px; -} - -.margin-top { - margin-top: 15px; -} - -.margin-top-lg { - margin-top: 20px; -} - -.margin-top-xl { - margin-top: 25px; -} - -.margin-right-xs { - margin-right: 5px; -} - -.margin-right-sm { - margin-right: 10px; -} - -.margin-right { - margin-right: 15px; -} - -.margin-right-lg { - margin-right: 20px; -} - -.margin-right-xl { - margin-right: 25px; -} - -.margin-bottom-xs { - margin-bottom: 5px; -} - -.margin-bottom-sm { - margin-bottom: 10px; -} - -.margin-bottom { - margin-bottom: 15px; -} - -.margin-bottom-lg { - margin-bottom: 20px; -} - -.margin-bottom-xl { - margin-bottom: 25px; -} - -.margin-left-xs { - margin-left: 5px; -} - -.margin-left-sm { - margin-left: 10px; -} - -.margin-left { - margin-left: 15px; -} - -.margin-left-lg { - margin-left: 20px; -} - -.margin-left-xl { - margin-left: 25px; -} - -.margin-lr-xs { - margin-left: 5px; - margin-right: 5px; -} - -.margin-lr-sm { - margin-left: 10px; - margin-right: 10px; -} - -.margin-lr { - margin-left: 15px; - margin-right: 15px; -} - -.margin-lr-lg { - margin-left: 20px; - margin-right: 20px; -} - -.margin-lr-xl { - margin-left: 25px; - margin-right: 25px; -} - -.margin-tb-xs { - margin-top: 5px; - margin-bottom: 5px; -} - -.margin-tb-sm { - margin-top: 10px; - margin-bottom: 10px; -} - -.margin-tb { - margin-top: 15px; - margin-bottom: 15px; -} - -.margin-tb-lg { - margin-top: 20px; - margin-bottom: 20px; -} - -.margin-tb-xl { - margin-top: 25px; - margin-bottom: 25px; -} - -.padding-0 { - padding: 0; -} - -.padding-xs { - padding: 5px; -} - -.padding-sm { - padding: 10px; -} - -.padding { - padding: 15px; -} - -.padding-lg { - padding: 20px; -} - -.padding-xl { - padding: 25px; -} - -.padding-top-xs { - padding-top: 5px; -} - -.padding-top-sm { - padding-top: 10px; -} - -.padding-top { - padding-top: 15px; -} - -.padding-top-lg { - padding-top: 20px; -} - -.padding-top-xl { - padding-top: 25px; -} - -.padding-right-xs { - padding-right: 5px; -} - -.padding-right-sm { - padding-right: 10px; -} - -.padding-right { - padding-right: 15px; -} - -.padding-right-lg { - padding-right: 20px; -} - -.padding-right-xl { - padding-right: 25px; -} - -.padding-bottom-xs { - padding-bottom: 5px; -} - -.padding-bottom-sm { - padding-bottom: 10px; -} - -.padding-bottom { - padding-bottom: 15px; -} - -.padding-bottom-lg { - padding-bottom: 20px; -} - -.padding-bottom-xl { - padding-bottom: 25px; -} - -.padding-left-xs { - padding-left: 5px; -} - -.padding-left-sm { - padding-left: 10px; -} - -.padding-left { - padding-left: 15px; -} - -.padding-left-lg { - padding-left: 20px; -} - -.padding-left-xl { - padding-left: 25px; -} - -.padding-lr-xs { - padding-left: 5px; - padding-right: 5px; -} - -.padding-lr-sm { - padding-left: 10px; - padding-right: 10px; -} - -.padding-lr { - padding-left: 15px; - padding-right: 15px; -} - -.padding-lr-lg { - padding-left: 20px; - padding-right: 20px; -} - -.padding-lr-xl { - padding-left: 25px; - padding-right: 25px; -} - -.padding-tb-xs { - padding-top: 5px; - padding-bottom: 5px; -} - -.padding-tb-sm { - padding-top: 10px; - padding-bottom: 10px; -} - -.padding-tb { - padding-top: 15px; - padding-bottom: 15px; -} - -.padding-tb-lg { - padding-top: 20px; - padding-bottom: 20px; -} - -.padding-tb-xl { - padding-top: 25px; - padding-bottom: 25px; -} - -/* -- 浮动 -- */ - -.cf::after, -.cf::before { - content: " "; - display: table; -} - -.cf::after { - clear: both; -} - -.fl { - float: left; -} - -.fr { - float: right; -} - - -/* ================== - 背景 - ==================== */ - - .line-red::after, - .lines-red::after { - border-color: #e54d42; - } - - .line-orange::after, - .lines-orange::after { - border-color: #f37b1d; - } - - .line-yellow::after, - .lines-yellow::after { - border-color: #fbbd08; - } - - .line-olive::after, - .lines-olive::after { - border-color: #8dc63f; - } - - .line-green::after, - .lines-green::after { - border-color: #39b54a; - } - - .line-cyan::after, - .lines-cyan::after { - border-color: #1cbbb4; - } - - .line-blue::after, - .lines-blue::after { - border-color: #0081ff; - } - - .line-purple::after, - .lines-purple::after { - border-color: #6739b6; - } - - .line-mauve::after, - .lines-mauve::after { - border-color: #9c26b0; - } - - .line-pink::after, - .lines-pink::after { - border-color: #e03997; - } - - .line-brown::after, - .lines-brown::after { - border-color: #a5673f; - } - - .line-grey::after, - .lines-grey::after { - border-color: #8799a3; - } - - .line-gray::after, - .lines-gray::after { - border-color: #aaaaaa; - } - - .line-black::after, - .lines-black::after { - border-color: #333333; - } - - .line-white::after, - .lines-white::after { - border-color: #ffffff; - } - - .bg-red { - background-color: #e54d42; - color: #ffffff; - } - - .bg-orange { - background-color: #f37b1d; - color: #ffffff; - } - - .bg-yellow { - background-color: #fbbd08; - color: #333333; - } - - .bg-olive { - background-color: #8dc63f; - color: #ffffff; - } - - .bg-green { - background-color: #39b54a; - color: #ffffff; - } - - .bg-cyan { - background-color: #1cbbb4; - color: #ffffff; - } - - .bg-blue { - background-color: #0081ff; - color: #ffffff; - } - - .bg-purple { - background-color: #6739b6; - color: #ffffff; - } - - .bg-mauve { - background-color: #9c26b0; - color: #ffffff; - } - - .bg-pink { - background-color: #e03997; - color: #ffffff; - } - - .bg-brown { - background-color: #a5673f; - color: #ffffff; - } - - .bg-grey { - background-color: #8799a3; - color: #ffffff; - } - - .bg-gray { - background-color: #f0f0f0; - color: #333333; - } - - .bg-black { - background-color: #333333; - color: #ffffff; - } - - .bg-white { - background-color: #ffffff; - color: #666666; - } - - .bg-red.light { - color: #e54d42; - background-color: #fadbd9; - } - - .bg-orange.light { - color: #f37b1d; - background-color: #fde6d2; - } - - .bg-yellow.light { - color: #fbbd08; - background-color: #fef2ced2; - } - - .bg-olive.light { - color: #8dc63f; - background-color: #e8f4d9; - } - - .bg-green.light { - color: #39b54a; - background-color: #d7f0dbff; - } - - .bg-cyan.light { - color: #1cbbb4; - background-color: #d2f1f0; - } - - .bg-blue.light { - color: #0081ff; - background-color: #cce6ff; - } - - .bg-purple.light { - color: #6739b6; - background-color: #e1d7f0; - } - - .bg-mauve.light { - color: #9c26b0; - background-color: #ebd4ef; - } - - .bg-pink.light { - color: #e03997; - background-color: #f9d7ea; - } - - .bg-brown.light { - color: #a5673f; - background-color: #ede1d9; - } - - .bg-grey.light { - color: #8799a3; - background-color: #e7ebed; - } - - .bg-gradual-red { - background-image: linear-gradient(45deg, #f43f3b, #ec008c); - color: #ffffff; - } - - .bg-gradual-orange { - background-image: linear-gradient(45deg, #ff9700, #ed1c24); - color: #ffffff; - } - - .bg-gradual-green { - background-image: linear-gradient(45deg, #39b54a, #8dc63f); - color: #ffffff; - } - - .bg-gradual-purple { - background-image: linear-gradient(45deg, #9000ff, #5e00ff); - color: #ffffff; - } - - .bg-gradual-pink { - background-image: linear-gradient(45deg, #ec008c, #6739b6); - color: #ffffff; - } - - .bg-gradual-blue { - background-image: linear-gradient(45deg, #0081ff, #1cbbb4); - color: #ffffff; - } - -/* ================== - 文本 - ==================== */ - -.text-xs { - font-size: 10px; -} - -.text-sm { - font-size: 12px; -} - -.text-df { - font-size: 14px; -} - -.text-lg { - font-size: 16px; -} - -.text-xl { - font-size: 18px; -} - -.text-xxl { - font-size: 22px; -} - -.text-sl { - font-size: 40px; -} - -.text-xsl { - font-size: 60px; -} - -.text-Abc { - text-transform: Capitalize; -} - -.text-ABC { - text-transform: Uppercase; -} - -.text-abc { - text-transform: Lowercase; -} - - -.text-cut { - text-overflow: ellipsis; - white-space: nowrap; - overflow: hidden; -} - -.text-bold { - font-weight: bold; -} - -.text-center { - text-align: center; -} - -.text-content { - line-height: 1.6; -} - -.text-left { - text-align: left; -} - -.text-right { - text-align: right; -} - -.text-red, -.line-red, -.lines-red { - color: #e54d42; -} - -.text-orange, -.line-orange, -.lines-orange { - color: #f37b1d; -} - -.text-yellow, -.line-yellow, -.lines-yellow { - color: #fbbd08; -} - -.text-olive, -.line-olive, -.lines-olive { - color: #8dc63f; -} - -.text-green, -.line-green, -.lines-green { - color: #39b54a; -} - -.text-cyan, -.line-cyan, -.lines-cyan { - color: #1cbbb4; -} - -.text-blue, -.line-blue, -.lines-blue { - color: #0081ff; -} - -.text-purple, -.line-purple, -.lines-purple { - color: #6739b6; -} - -.text-mauve, -.line-mauve, -.lines-mauve { - color: #9c26b0; -} - -.text-pink, -.line-pink, -.lines-pink { - color: #e03997; -} - -.text-brown, -.line-brown, -.lines-brown { - color: #a5673f; -} - -.text-grey, -.line-grey, -.lines-grey { - color: #8799a3; -} - -.text-gray, -.line-gray, -.lines-gray { - color: #aaaaaa; -} - -.text-black, -.line-black, -.lines-black { - color: #333333; -} - -.text-white, -.line-white, -.lines-white { - color: #ffffff; -} \ No newline at end of file diff --git a/wx-manage-master/src/assets/css/wx-menu.css b/wx-manage-master/src/assets/css/wx-menu.css deleted file mode 100644 index eebbb6e..0000000 --- a/wx-manage-master/src/assets/css/wx-menu.css +++ /dev/null @@ -1,365 +0,0 @@ -@charset "utf-8"; -* { - box-sizing: border-box; -} - -#app-menu ul { - padding: 0; -} - -#app-menu li { - list-style: none; -} - -#app-menu { - overflow: hidden; - width: 100%; -} - -.weixin-preview { - position: relative; - width: 320px; - height: 540px; - float: left; - margin-right: 10px; - border: 1px solid #e7e7eb; -} - -.weixin-preview a { - text-decoration: none; - color: #616161; -} - -.weixin-preview .weixin-hd .weixin-title { - color: #fff; - font-size: 15px; - width: 100%; - text-align: center; - position: absolute; - top: 33px; - left: 0px; -} - -.weixin-preview .weixin-header{ - text-align: center; - padding: 10px 0; - background-color: #616161; - color: #ffffff; -} - -.weixin-preview .weixin-menu { - position: absolute; - bottom: 0; - left: 0; - right: 0; - border-top: 1px solid #e7e7e7; - background-position: 0 0; - background-repeat: no-repeat; - margin-bottom: 0px; -} - -/*一级*/ -.weixin-preview .weixin-menu .menu-item { - position: relative; - float: left; - line-height: 50px; - height: 50px; - text-align: center; - width: 33.33%; - border-left: 1px solid #e7e7e7; - cursor: pointer; - color: #616161; -} - -/*二级*/ -.weixin-preview .weixin-sub-menu { - position: absolute; - bottom: 60px; - left: 0; - right: 0; - border-top: 1px solid #d0d0d0; - margin-bottom: 0px; - background: #fafafa; - display: block; - padding: 0; -} - -.weixin-preview .weixin-sub-menu .menu-sub-item { - line-height: 50px; - height: 50px; - text-align: center; - width: 100%; - border: 1px solid #d0d0d0; - border-top-width: 0px; - cursor: pointer; - position: relative; - color: #616161; -} - -.weixin-preview .weixin-sub-menu .menu-sub-item.on-drag-over{ - border-top: 2px solid #44b549; -} - -.weixin-preview .menu-arrow { - position: absolute; - left: 50%; - margin-left: -6px; -} - -.weixin-preview .arrow_in { - bottom: -4px; - display: inline-block; - width: 0px; - height: 0px; - border-width: 6px 6px 0px; - border-style: solid dashed dashed; - border-color: #fafafa transparent transparent; -} - -.weixin-preview .arrow_out { - bottom: -5px; - display: inline-block; - width: 0px; - height: 0px; - border-width: 6px 6px 0px; - border-style: solid dashed dashed; - border-color: #d0d0d0 transparent transparent; -} - -.weixin-preview .menu-item .menu-item-title, .weixin-preview .menu-sub-item .menu-item-title { - width: 100%; - overflow: hidden; - white-space: nowrap; - text-overflow: ellipsis; - box-sizing: border-box; -} - - -.weixin-preview .menu-item.current, .weixin-preview .menu-sub-item.current { - border: 1px solid #44b549; - background: #fff; - color: #44b549; -} - -.weixin-preview .weixin-sub-menu.show { - display: block; -} - -.weixin-preview .icon_menu_dot { - /* background: url(../images/index_z354723.png) 0px -36px no-repeat; */ - width: 7px; - height: 7px; - vertical-align: middle; - display: inline-block; - margin-right: 2px; - margin-top: -2px; -} - -.weixin-preview .icon14_menu_add { - /* background: url(../images/index_z354723.png) 0px 0px no-repeat; */ - width: 14px; - height: 14px; - vertical-align: middle; - display: inline-block; - margin-top: -2px; -} - -.weixin-preview li:hover .icon14_menu_add { - /* background: url(../images/index_z354723.png) 0px -18px no-repeat; */ -} - -.weixin-preview .menu-item:hover { - color: #000; -} - -.weixin-preview .menu-sub-item:hover { - background: #eee; -} - -.weixin-preview li.current:hover { - background: #fff; - color: #44b549; -} - -/*菜单内容*/ -.weixin-menu-detail { - width: 600px; - padding: 0px 20px 5px; - background-color: #f4f5f9; - border: 1px solid #e7e7eb; - float: left; - min-height: 540px; -} - -.weixin-menu-detail .menu-name { - float: left; - height: 40px; - line-height: 40px; - font-size: 18px; -} - -.weixin-menu-detail .menu-del { - float: right; - height: 40px; - line-height: 40px; - color: #459ae9; - cursor: pointer; -} - -.weixin-menu-detail .menu-input-group { - width: 540px; - margin: 10px 0 30px 0; - overflow: hidden; -} - -.weixin-menu-detail .menu-label { - float: left; - height: 30px; - line-height: 30px; - width: 80px; - text-align: right; -} - -.weixin-menu-detail .menu-input { - float: left; - width: 380px -} - -.weixin-menu-detail .menu-input-text { - border: 0px; - outline: 0px; - background: #fff; - width: 300px; - padding: 5px 0px 5px 0px; - margin-left: 10px; - text-indent: 10px; - height: 35px; -} - -.weixin-menu-detail .menu-tips { - color: #8d8d8d; - padding-top: 4px; - margin: 0; -} - -.weixin-menu-detail .menu-tips.cursor { - color: #459ae9; - cursor: pointer; -} - -.weixin-menu-detail .menu-input .menu-tips { - margin: 0 0 0 10px; -} - -.weixin-menu-detail .menu-content { - padding: 16px 20px; - border: 1px solid #e7e7eb; - background-color: #fff; -} - -.weixin-menu-detail .menu-content .menu-input-group { - margin: 0px 0 10px 0; -} - -.weixin-menu-detail .menu-content .menu-label { - text-align: left; - width: 100px; -} - -.weixin-menu-detail .menu-content .menu-input-text { - border: 1px solid #e7e7eb; -} - -.weixin-menu-detail .menu-content .menu-tips { - padding-bottom: 10px; -} - -.weixin-menu-detail .menu-msg-content { - padding: 0; - border: 1px solid #e7e7eb; - background-color: #fff; -} - -.weixin-menu-detail .menu-msg-content .menu-msg-head { - overflow: hidden; - border-bottom: 1px solid #e7e7eb; - line-height: 38px; - height: 38px; - padding: 0 20px; -} - -.weixin-menu-detail .menu-msg-content .menu-msg-panel { - padding: 30px 50px; -} - -.weixin-menu-detail .menu-msg-content .menu-msg-select { - padding: 40px 20px; - border: 2px dotted #d9dadc; - text-align: center; -} - -.weixin-menu-detail .menu-msg-content .menu-msg-select:hover { - border-color: #b3b3b3; -} - -.weixin-menu-detail .menu-msg-content strong { - display: block; - padding-top: 3px; - font-weight: 400; - font-style: normal; -} - -.weixin-menu-detail .menu-msg-content .menu-msg-title { - float: left; - width: 310px; - height: 30px; - line-height: 30px; - overflow: hidden; - text-overflow: ellipsis; - white-space: nowrap; -} - -.icon36_common { - width: 36px; - height: 36px; - vertical-align: middle; - display: inline-block; -} - -.icon_msg_sender { - margin-right: 3px; - margin-top: -2px; - width: 20px; - height: 20px; - vertical-align: middle; - display: inline-block; - /* background: url(../images/msg_tab_z25df2d.png) 0 -270px no-repeat; */ -} - -.weixin-btn-group { - text-align: center; - width: 100%; - margin: 30px 0px; - overflow: hidden; -} - -.weixin-btn-group .btn { - width: 100px; - border-radius: 0px; -} - -#material-list { - padding: 20px; - overflow-y: scroll; - height: 558px; -} - -#news-list { - padding: 20px; - overflow-y: scroll; - height: 558px; -} - -#material-list table { - width: 100%; -} diff --git a/wx-manage-master/src/assets/scss/_base.scss b/wx-manage-master/src/assets/scss/_base.scss deleted file mode 100644 index 366d556..0000000 --- a/wx-manage-master/src/assets/scss/_base.scss +++ /dev/null @@ -1,412 +0,0 @@ -*, -*:before, -*:after { - box-sizing: border-box; -} - -body { - font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif; - font-size: 14px; - line-height: 1.15; - color: #303133; - background-color: #fff; -} - -a { - color: mix(#fff, $--color-primary, 20%); - text-decoration: none; - - &:focus, - &:hover { - color: $--color-primary; - text-decoration: underline; - } -} - -img { - vertical-align: middle; -} - - -/* Utils ------------------------------- */ -.clearfix:before, -.clearfix:after { - content: " "; - display: table; -} - -.clearfix:after { - clear: both; -} - - -/* Animation ------------------------------- */ -.fade-enter-active, -.fade-leave-active { - transition: opacity .5s; -} - -.fade-enter, -.fade-leave-to { - opacity: 0; -} - - -/* Reset element-ui ------------------------------- */ -.site-wrapper { - .el-pagination { - margin-top: 15px; - text-align: right; - } -} - - -/* Layout ------------------------------- */ -.site-wrapper { - position: relative; - min-width: 1180px; -} - - -/* Sidebar fold ------------------------------- */ -.site-sidebar--fold { - .site-navbar__header, - .site-navbar__brand, - .site-sidebar, - .site-sidebar__inner, - .el-menu.site-sidebar__menu { - width: 64px; - } - - .site-navbar__body, - .site-content__wrapper { - margin-left: 64px; - } - - .site-navbar__brand { - &-lg { - display: none; - } - - &-mini { - display: inline-block; - } - } - - .site-sidebar, - .site-sidebar__inner { - overflow: initial; - } - - .site-sidebar__menu-icon { - margin-right: 0; - font-size: 20px; - } - - .site-content--tabs > .el-tabs > .el-tabs__header { - left: 64px; - } -} - -// animation -.site-navbar__header, -.site-navbar__brand, -.site-navbar__body, -.site-sidebar, -.site-sidebar__inner, -.site-sidebar__menu.el-menu, -.site-sidebar__menu-icon, -.site-content__wrapper, -.site-content--tabs > .el-tabs .el-tabs__header { - transition: inline-block .3s, left .3s, width .3s, margin-left .3s, font-size .3s; -} - - -/* Navbar ------------------------------- */ -.site-navbar { - position: fixed; - top: 0; - right: 0; - left: 0; - z-index: 1030; - height: 50px; - box-shadow: 0 2px 4px rgba(0, 0, 0, .08); - background-color: $navbar--background-color; - - &--inverse { - .site-navbar__body { - background-color: transparent; - } - - .el-menu { - > .el-menu-item, - > .el-submenu > .el-submenu__title { - color: #fff; - - &:focus, - &:hover { - color: #fff; - background-color: mix(#000, $navbar--background-color, 15%); - } - } - - > .el-menu-item.is-active, - > .el-submenu.is-active > .el-submenu__title { - border-bottom-color: mix(#fff, $navbar--background-color, 85%); - } - - .el-menu-item i, - .el-submenu__title i, - .el-dropdown { - color: #fff; - } - } - - .el-menu--popup-bottom-start { - background-color: $navbar--background-color; - } - } - - &__header { - position: relative; - float: left; - width: 230px; - height: 50px; - overflow: hidden; - } - - &__brand { - display: table-cell; - vertical-align: middle; - width: 230px; - height: 50px; - margin: 0; - line-height: 50px; - font-size: 20px; - text-align: center; - text-transform: uppercase; - white-space: nowrap; - color: #fff; - - &-lg, - &-mini { - margin: 0 5px; - color: #fff; - - &:focus, - &:hover { - color: #fff; - text-decoration: none; - } - } - - &-mini { - display: none; - } - } - - &__switch { - font-size: 18px; - border-bottom: none !important; - } - - &__avatar { - border-bottom: none !important; - - * { - vertical-align: inherit; - } - - .el-dropdown-link { - > img { - width: 36px; - height: auto; - margin-right: 5px; - border-radius: 100%; - vertical-align: middle; - } - } - } - - &__body { - position: relative; - margin-left: 230px; - padding-right: 15px; - background-color: #fff; - } - - &__menu { - float: left; - background-color: transparent; - border-bottom: 0; - - &--right { - float: right; - } - - a:focus, - a:hover { - text-decoration: none; - } - - .el-menu-item, - .el-submenu > .el-submenu__title { - height: 50px; - line-height: 50px; - } - - .el-submenu > .el-menu { - top: 55px; - } - - .el-badge { - display: inline; - z-index: 2; - - &__content { - line-height: 16px; - } - } - } -} - - -/* Sidebar ------------------------------- */ -.site-sidebar { - position: fixed; - top: 50px; - left: 0; - bottom: 0; - z-index: 1020; - width: 230px; - overflow: hidden; - - &--dark, - &--dark-popper { - background-color: $sidebar--background-color-dark; - - .site-sidebar__menu.el-menu, - > .el-menu--popup { - background-color: $sidebar--background-color-dark; - - .el-menu-item, - .el-submenu > .el-submenu__title { - color: $sidebar--color-text-dark; - - &:focus, - &:hover { - color: mix(#fff, $sidebar--color-text-dark, 50%); - background-color: mix(#fff, $sidebar--background-color-dark, 2.5%); - } - } - - .el-menu, - .el-submenu.is-opened { - background-color: mix(#000, $sidebar--background-color-dark, 15%); - } - - .el-menu-item.is-active, - .el-submenu.is-active > .el-submenu__title { - color: mix(#fff, $sidebar--color-text-dark, 80%); - } - } - } - - &__inner { - position: relative; - z-index: 1; - width: 250px; - height: 100%; - padding-bottom: 15px; - overflow-y: scroll; - } - - &__menu.el-menu { - width: 230px; - border-right: 0; - } - - &__menu-icon { - width: 24px; - margin-right: 5px; - text-align: center; - font-size: 16px; - color: inherit !important; - } -} - - -/* Content ------------------------------- */ -.site-content { - position: relative; - padding: 15px; - - &__wrapper { - position: relative; - padding-top: 50px; - margin-left: 230px; - min-height: 100%; - background: $content--background-color; - } - - &--tabs { - padding: 55px 0 0; - } - - > .el-tabs { - > .el-tabs__header { - position: fixed; - top: 50px; - left: 230px; - right: 0; - z-index: 930; - padding: 0 55px 0 15px; - box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .12), 0 0 6px 0 rgba(0, 0, 0, .04); - background-color: #fff; - - > .el-tabs__nav-wrap { - margin-bottom: 0; - - &:after { - display: none; - } - } - } - - > .el-tabs__content { - padding: 0 15px 15px; - - > .site-tabs__tools { - position: fixed; - top: 50px; - right: 0; - z-index: 931; - height: 40px; - padding: 0 12px; - font-size: 16px; - line-height: 40px; - background-color: $content--background-color; - cursor: pointer; - - .el-icon--right { - margin-left: 0; - } - } - } - } -} - -.el-table__expand-icon { - display: inline-block; - width: 14px; - vertical-align: middle; - margin-right: 5px; -} diff --git a/wx-manage-master/src/assets/scss/_normalize.scss b/wx-manage-master/src/assets/scss/_normalize.scss deleted file mode 100644 index 1dddea4..0000000 --- a/wx-manage-master/src/assets/scss/_normalize.scss +++ /dev/null @@ -1,447 +0,0 @@ -/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */ - -/* Document - ========================================================================== */ - -/** - * 1. Correct the line height in all browsers. - * 2. Prevent adjustments of font size after orientation changes in - * IE on Windows Phone and in iOS. - */ - -html { - line-height: 1.15; /* 1 */ - -ms-text-size-adjust: 100%; /* 2 */ - -webkit-text-size-adjust: 100%; /* 2 */ -} - -/* Sections - ========================================================================== */ - -/** - * Remove the margin in all browsers (opinionated). - */ - -body { - margin: 0; -} - -/** - * Add the correct display in IE 9-. - */ - -article, -aside, -footer, -header, -nav, -section { - display: block; -} - -/** - * Correct the font size and margin on `h1` elements within `section` and - * `article` contexts in Chrome, Firefox, and Safari. - */ - -h1 { - font-size: 2em; - margin: 0.67em 0; -} - -/* Grouping content - ========================================================================== */ - -/** - * Add the correct display in IE 9-. - * 1. Add the correct display in IE. - */ - -figcaption, -figure, -main { /* 1 */ - display: block; -} - -/** - * Add the correct margin in IE 8. - */ - -figure { - margin: 1em 40px; -} - -/** - * 1. Add the correct box sizing in Firefox. - * 2. Show the overflow in Edge and IE. - */ - -hr { - box-sizing: content-box; /* 1 */ - height: 0; /* 1 */ - overflow: visible; /* 2 */ -} - -/** - * 1. Correct the inheritance and scaling of font size in all browsers. - * 2. Correct the odd `em` font sizing in all browsers. - */ - -pre { - font-family: monospace, monospace; /* 1 */ - font-size: 1em; /* 2 */ -} - -/* Text-level semantics - ========================================================================== */ - -/** - * 1. Remove the gray background on active links in IE 10. - * 2. Remove gaps in links underline in iOS 8+ and Safari 8+. - */ - -a { - background-color: transparent; /* 1 */ - -webkit-text-decoration-skip: objects; /* 2 */ -} - -/** - * 1. Remove the bottom border in Chrome 57- and Firefox 39-. - * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. - */ - -abbr[title] { - border-bottom: none; /* 1 */ - text-decoration: underline; /* 2 */ - text-decoration: underline dotted; /* 2 */ -} - -/** - * Prevent the duplicate application of `bolder` by the next rule in Safari 6. - */ - -b, -strong { - font-weight: inherit; -} - -/** - * Add the correct font weight in Chrome, Edge, and Safari. - */ - -b, -strong { - font-weight: bolder; -} - -/** - * 1. Correct the inheritance and scaling of font size in all browsers. - * 2. Correct the odd `em` font sizing in all browsers. - */ - -code, -kbd, -samp { - font-family: monospace, monospace; /* 1 */ - font-size: 1em; /* 2 */ -} - -/** - * Add the correct font style in Android 4.3-. - */ - -dfn { - font-style: italic; -} - -/** - * Add the correct background and color in IE 9-. - */ - -mark { - background-color: #ff0; - color: #000; -} - -/** - * Add the correct font size in all browsers. - */ - -small { - font-size: 80%; -} - -/** - * Prevent `sub` and `sup` elements from affecting the line height in - * all browsers. - */ - -sub, -sup { - font-size: 75%; - line-height: 0; - position: relative; - vertical-align: baseline; -} - -sub { - bottom: -0.25em; -} - -sup { - top: -0.5em; -} - -/* Embedded content - ========================================================================== */ - -/** - * Add the correct display in IE 9-. - */ - -audio, -video { - display: inline-block; -} - -/** - * Add the correct display in iOS 4-7. - */ - -audio:not([controls]) { - display: none; - height: 0; -} - -/** - * Remove the border on images inside links in IE 10-. - */ - -img { - border-style: none; -} - -/** - * Hide the overflow in IE. - */ - -svg:not(:root) { - overflow: hidden; -} - -/* Forms - ========================================================================== */ - -/** - * 1. Change the font styles in all browsers (opinionated). - * 2. Remove the margin in Firefox and Safari. - */ - -button, -input, -optgroup, -select, -textarea { - font-family: sans-serif; /* 1 */ - font-size: 100%; /* 1 */ - line-height: 1.15; /* 1 */ - margin: 0; /* 2 */ -} - -/** - * Show the overflow in IE. - * 1. Show the overflow in Edge. - */ - -button, -input { /* 1 */ - overflow: visible; -} - -/** - * Remove the inheritance of text transform in Edge, Firefox, and IE. - * 1. Remove the inheritance of text transform in Firefox. - */ - -button, -select { /* 1 */ - text-transform: none; -} - -/** - * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video` - * controls in Android 4. - * 2. Correct the inability to style clickable types in iOS and Safari. - */ - -button, -html [type="button"], /* 1 */ -[type="reset"], -[type="submit"] { - -webkit-appearance: button; /* 2 */ -} - -/** - * Remove the inner border and padding in Firefox. - */ - -button::-moz-focus-inner, -[type="button"]::-moz-focus-inner, -[type="reset"]::-moz-focus-inner, -[type="submit"]::-moz-focus-inner { - border-style: none; - padding: 0; -} - -/** - * Restore the focus styles unset by the previous rule. - */ - -button:-moz-focusring, -[type="button"]:-moz-focusring, -[type="reset"]:-moz-focusring, -[type="submit"]:-moz-focusring { - outline: 1px dotted ButtonText; -} - -/** - * Correct the padding in Firefox. - */ - -fieldset { - padding: 0.35em 0.75em 0.625em; -} - -/** - * 1. Correct the text wrapping in Edge and IE. - * 2. Correct the color inheritance from `fieldset` elements in IE. - * 3. Remove the padding so developers are not caught out when they zero out - * `fieldset` elements in all browsers. - */ - -legend { - box-sizing: border-box; /* 1 */ - color: inherit; /* 2 */ - display: table; /* 1 */ - max-width: 100%; /* 1 */ - padding: 0; /* 3 */ - white-space: normal; /* 1 */ -} - -/** - * 1. Add the correct display in IE 9-. - * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera. - */ - -progress { - display: inline-block; /* 1 */ - vertical-align: baseline; /* 2 */ -} - -/** - * Remove the default vertical scrollbar in IE. - */ - -textarea { - overflow: auto; -} - -/** - * 1. Add the correct box sizing in IE 10-. - * 2. Remove the padding in IE 10-. - */ - -[type="checkbox"], -[type="radio"] { - box-sizing: border-box; /* 1 */ - padding: 0; /* 2 */ -} - -/** - * Correct the cursor style of increment and decrement buttons in Chrome. - */ - -[type="number"]::-webkit-inner-spin-button, -[type="number"]::-webkit-outer-spin-button { - height: auto; -} - -/** - * 1. Correct the odd appearance in Chrome and Safari. - * 2. Correct the outline style in Safari. - */ - -[type="search"] { - -webkit-appearance: textfield; /* 1 */ - outline-offset: -2px; /* 2 */ -} - -/** - * Remove the inner padding and cancel buttons in Chrome and Safari on macOS. - */ - -[type="search"]::-webkit-search-cancel-button, -[type="search"]::-webkit-search-decoration { - -webkit-appearance: none; -} - -/** - * 1. Correct the inability to style clickable types in iOS and Safari. - * 2. Change font properties to `inherit` in Safari. - */ - -::-webkit-file-upload-button { - -webkit-appearance: button; /* 1 */ - font: inherit; /* 2 */ -} - -/* Interactive - ========================================================================== */ - -/* - * Add the correct display in IE 9-. - * 1. Add the correct display in Edge, IE, and Firefox. - */ - -details, /* 1 */ -menu { - display: block; -} - -/* - * Add the correct display in all browsers. - */ - -summary { - display: list-item; -} - -/* Scripting - ========================================================================== */ - -/** - * Add the correct display in IE 9-. - */ - -canvas { - display: inline-block; -} - -/** - * Add the correct display in IE. - */ - -template { - display: none; -} - -/* Hidden - ========================================================================== */ - -/** - * Add the correct display in IE 10-. - */ - -[hidden] { - display: none; -} \ No newline at end of file diff --git a/wx-manage-master/src/assets/scss/_variables.scss b/wx-manage-master/src/assets/scss/_variables.scss deleted file mode 100644 index b136cee..0000000 --- a/wx-manage-master/src/assets/scss/_variables.scss +++ /dev/null @@ -1,13 +0,0 @@ -// 站点主色 -// tips: 要达到整站主题修改效果, 请确保[$--color-primary]站点主色与[/src/element-ui-theme/index.js]文件中[import './element-[#17B3A3]/index.css']当前主题色一致 -$--color-primary: #409EFF; - -// Navbar -$navbar--background-color: $--color-primary; - -// Sidebar -$sidebar--background-color-dark: #263238; -$sidebar--color-text-dark: #8a979e; - -// Content -$content--background-color: #f1f4f5; diff --git a/wx-manage-master/src/assets/scss/index.scss b/wx-manage-master/src/assets/scss/index.scss deleted file mode 100644 index 0336d9a..0000000 --- a/wx-manage-master/src/assets/scss/index.scss +++ /dev/null @@ -1,5 +0,0 @@ -@import "normalize"; -// api: https://github.com/necolas/normalize.css/ -@import "variables"; -// 站点变量 -@import "base"; diff --git a/wx-manage-master/src/components/icon-svg/index.vue b/wx-manage-master/src/components/icon-svg/index.vue deleted file mode 100644 index 6d09ba0..0000000 --- a/wx-manage-master/src/components/icon-svg/index.vue +++ /dev/null @@ -1,47 +0,0 @@ - - - - - diff --git a/wx-manage-master/src/components/table-tree-column/index.vue b/wx-manage-master/src/components/table-tree-column/index.vue deleted file mode 100644 index e8dd534..0000000 --- a/wx-manage-master/src/components/table-tree-column/index.vue +++ /dev/null @@ -1,84 +0,0 @@ - - - diff --git a/wx-manage-master/src/components/tags-editor.vue b/wx-manage-master/src/components/tags-editor.vue deleted file mode 100644 index 65e670d..0000000 --- a/wx-manage-master/src/components/tags-editor.vue +++ /dev/null @@ -1,77 +0,0 @@ - - - diff --git a/wx-manage-master/src/components/template-msg-task.vue b/wx-manage-master/src/components/template-msg-task.vue deleted file mode 100644 index eea9a9c..0000000 --- a/wx-manage-master/src/components/template-msg-task.vue +++ /dev/null @@ -1,189 +0,0 @@ - - - \ No newline at end of file diff --git a/wx-manage-master/src/components/tinymce-editor.vue b/wx-manage-master/src/components/tinymce-editor.vue deleted file mode 100644 index 8fe1a71..0000000 --- a/wx-manage-master/src/components/tinymce-editor.vue +++ /dev/null @@ -1,99 +0,0 @@ - - \ No newline at end of file diff --git a/wx-manage-master/src/components/wx-account-selector.vue b/wx-manage-master/src/components/wx-account-selector.vue deleted file mode 100644 index 614773d..0000000 --- a/wx-manage-master/src/components/wx-account-selector.vue +++ /dev/null @@ -1,45 +0,0 @@ - - \ No newline at end of file diff --git a/wx-manage-master/src/components/wx-msg-preview.vue b/wx-manage-master/src/components/wx-msg-preview.vue deleted file mode 100644 index 84d73ab..0000000 --- a/wx-manage-master/src/components/wx-msg-preview.vue +++ /dev/null @@ -1,42 +0,0 @@ - - - \ No newline at end of file diff --git a/wx-manage-master/src/components/wx-user-tags-manager.vue b/wx-manage-master/src/components/wx-user-tags-manager.vue deleted file mode 100644 index d9107e5..0000000 --- a/wx-manage-master/src/components/wx-user-tags-manager.vue +++ /dev/null @@ -1,139 +0,0 @@ - - - \ No newline at end of file diff --git a/wx-manage-master/src/main.js b/wx-manage-master/src/main.js deleted file mode 100644 index 304e583..0000000 --- a/wx-manage-master/src/main.js +++ /dev/null @@ -1,32 +0,0 @@ -import Vue from 'vue' -import App from './App.vue' -import router from './router' -import store from './store' -import VueCookie from 'vue-cookie' -import ElementUI from 'element-ui'; -import moment from 'moment' - -import 'element-ui/lib/theme-chalk/index.css'; -import './assets/css/common.css' -import './assets/scss/index.scss' -import httpRequest from '@/utils/httpRequest' // api: https://github.com/axios/axios -import { isAuth } from '@/utils' -import VueClipboard from 'vue-clipboard2' - -Vue.use(ElementUI); -Vue.use(VueClipboard) -Vue.use(VueCookie) -Vue.config.productionTip = false - -// 挂载全局 -Vue.prototype.$http = httpRequest // ajax请求方法 -Vue.prototype.isAuth = isAuth // 权限方法 - -moment.locale('zh-cn'); -Vue.prototype.$moment = moment; //时间处理 - -new Vue({ - router, - store, - render: h => h(App) -}).$mount('#app') diff --git a/wx-manage-master/src/router/import-views.js b/wx-manage-master/src/router/import-views.js deleted file mode 100644 index 331acba..0000000 --- a/wx-manage-master/src/router/import-views.js +++ /dev/null @@ -1 +0,0 @@ -module.exports = file => () => import('@/views/' + file + '.vue') diff --git a/wx-manage-master/src/router/index.js b/wx-manage-master/src/router/index.js deleted file mode 100644 index 84cd1ae..0000000 --- a/wx-manage-master/src/router/index.js +++ /dev/null @@ -1,154 +0,0 @@ -/** - * 全站路由配置 - * - * 建议: - * 1. 代码中路由统一使用name属性跳转(不使用path属性) - */ -import Vue from 'vue' -import VueRouter from 'vue-router' -import http from '@/utils/httpRequest' -import { isURL } from '@/utils/validate' -import { clearLoginInfo } from '@/utils' - -Vue.use(VueRouter) - -const _import = require('./import-views') -// 全局路由(无需嵌套上左右整体布局) -const globalRoutes = [ - { path: '/404', component: () => import('@/views/common/404'), name: '404', meta: { title: '404未找到' } }, - { path: '/login', component: () => import('@/views/common/login'), name: 'login', meta: { title: '登录' } } -] - -// 主入口路由(需嵌套上左右整体布局) -const mainRoutes = { - path: '/', - component: () => import('@/views/main'), - name: 'main', - redirect: { name: 'home' }, - meta: { title: '主入口整体布局' }, - children: [ - // 通过meta对象设置路由展示方式 - // 1. isTab: 是否通过tab展示内容, true: 是, false: 否 - // 2. iframeUrl: 是否通过iframe嵌套展示内容, '以http[s]://开头': 是, '': 否 - // 提示: 如需要通过iframe嵌套展示内容, 但不通过tab打开, 请自行创建组件使用iframe处理! - { path: '/home', component: () => import('@/views/common/home'), name: 'home', meta: { title: '首页' } }, - { path: '/theme', component: () => import('@/views/common/theme'), name: 'theme', meta: { title: '主题' } }, - ], - beforeEnter(to, from, next) { - let token = Vue.cookie.get('token') - if (!token || !/\S/.test(token)) { - clearLoginInfo() - next({ name: 'login' }) - } - next() - } -} - -const router = new VueRouter({ - mode: 'hash', - scrollBehavior: () => ({ y: 0 }), - isAddDynamicMenuRoutes: false, // 是否已经添加动态(菜单)路由 - routes: globalRoutes.concat(mainRoutes) -}) - -router.beforeEach((to, from, next) => { - // 添加动态(菜单)路由 - // 1. 已经添加 or 全局路由, 直接访问 - // 2. 获取菜单列表, 添加并保存本地存储 - if (router.options.isAddDynamicMenuRoutes || fnCurrentRouteType(to, globalRoutes) === 'global') { - next() - } else { - http({ - url: http.adornUrl('/sys/menu/nav'), - method: 'get', - params: http.adornParams() - }).then(({ data }) => { - if (data && data.code === 200) { - fnAddDynamicMenuRoutes(data.menuList) - router.options.isAddDynamicMenuRoutes = true - sessionStorage.setItem('menuList', JSON.stringify(data.menuList || '[]')) - sessionStorage.setItem('permissions', JSON.stringify(data.permissions || '[]')) - next({ ...to, replace: true }) - } else { - sessionStorage.setItem('menuList', '[]') - sessionStorage.setItem('permissions', '[]') - next() - } - }).catch((e) => { - console.log(`%c${e} 请求菜单列表和权限失败,跳转至登录页!!`, 'color:blue') - router.push({ name: 'login' }) - }) - } -}) - -/** - * 判断当前路由类型, global: 全局路由, main: 主入口路由 - * @param {*} route 当前路由 - */ -function fnCurrentRouteType(route, globalRoutes = []) { - var temp = [] - for (var i = 0; i < globalRoutes.length; i++) { - if (route.path === globalRoutes[i].path) { - return 'global' - } else if (globalRoutes[i].children && globalRoutes[i].children.length >= 1) { - temp = temp.concat(globalRoutes[i].children) - } - } - return temp.length >= 1 ? fnCurrentRouteType(route, temp) : 'main' -} - -/** - * 添加动态(菜单)路由 - * @param {*} menuList 菜单列表 - * @param {*} routes 递归创建的动态(菜单)路由 - */ -function fnAddDynamicMenuRoutes(menuList = [], routes = []) { - var temp = [] - for (var i = 0; i < menuList.length; i++) { - if (menuList[i].list && menuList[i].list.length >= 1) { - temp = temp.concat(menuList[i].list) - } else if (menuList[i].url && /\S/.test(menuList[i].url)) { - menuList[i].url = menuList[i].url.replace(/^\//, '') - var route = { - path: menuList[i].url.replace('/', '-'), - component: null, - name: menuList[i].url.replace('/', '-'), - meta: { - menuId: menuList[i].menuId, - title: menuList[i].name, - isDynamic: true, - isTab: true, - iframeUrl: '' - } - } - // url以http[s]://开头, 通过iframe展示 - if (isURL(menuList[i].url)) { - route['path'] = `i-${menuList[i].menuId}` - route['name'] = `i-${menuList[i].menuId}` - route['meta']['iframeUrl'] = menuList[i].url - } else { - try { - route['component'] = _import(`modules/${menuList[i].url}`) || null - // route['component'] = ()=>import(`@/views/modules/${menuList[i].url}.vue`) || null - } catch (e) { } - } - routes.push(route) - } - } - if (temp.length >= 1) { - fnAddDynamicMenuRoutes(temp, routes) - } else { - mainRoutes.name = 'main-dynamic' - mainRoutes.children = routes - router.addRoutes([ - mainRoutes, - { path: '*', redirect: { name: '404' } } - ]) - sessionStorage.setItem('dynamicMenuRoutes', JSON.stringify(mainRoutes.children || '[]')) - console.log('\n') - console.log('%c!<-------------------- 动态(菜单)路由 s -------------------->', 'color:blue') - console.log(mainRoutes.children) - console.log('%c!<-------------------- 动态(菜单)路由 e -------------------->', 'color:blue') - } -} -export default router diff --git a/wx-manage-master/src/store/index.js b/wx-manage-master/src/store/index.js deleted file mode 100644 index 1c9d94b..0000000 --- a/wx-manage-master/src/store/index.js +++ /dev/null @@ -1,24 +0,0 @@ -import Vue from 'vue' -import Vuex from 'vuex' -import common from './modules/common' -import user from './modules/user' -import article from './modules/article' -import message from './modules/message' -import wxUserTags from './modules/wxUserTags' -import wxAccount from './modules/wxAccount' - -Vue.use(Vuex) - -export default new Vuex.Store({ - modules: { - common, - user, - article, - message, - wxUserTags, - wxAccount - }, - mutations: { - }, - strict: true -}) diff --git a/wx-manage-master/src/store/modules/article.js b/wx-manage-master/src/store/modules/article.js deleted file mode 100644 index 1308ab3..0000000 --- a/wx-manage-master/src/store/modules/article.js +++ /dev/null @@ -1,12 +0,0 @@ -export default { - namespaced: true, - state: { - ARTICLE_TYPES: { - 1: '普通文章', - 5: '帮助中心', - } - }, - mutations: { - - } -} diff --git a/wx-manage-master/src/store/modules/common.js b/wx-manage-master/src/store/modules/common.js deleted file mode 100644 index 467e447..0000000 --- a/wx-manage-master/src/store/modules/common.js +++ /dev/null @@ -1,70 +0,0 @@ -import router from '@/router' - -export default { - namespaced: true, - state: { - // 页面文档可视高度(随窗口改变大小) - documentClientHeight: 0, - // 导航条, 布局风格, defalut(默认) / inverse(反向) - navbarLayoutType: 'default', - // 侧边栏, 布局皮肤, light(浅色) / dark(黑色) - sidebarLayoutSkin: 'dark', - // 侧边栏, 折叠状态 - sidebarFold: false, - // 侧边栏, 菜单 - menuList: [], - menuActiveName: '', - // 内容, 是否需要刷新 - contentIsNeedRefresh: false, - // 主入口标签页 - mainTabs: [], - mainTabsActiveName: '' - }, - mutations: { - updateDocumentClientHeight(state, height) { - state.documentClientHeight = height - }, - updateNavbarLayoutType(state, type) { - state.navbarLayoutType = type - }, - updateSidebarLayoutSkin(state, skin) { - state.sidebarLayoutSkin = skin - }, - updateSidebarFold(state, fold) { - state.sidebarFold = fold - }, - updateMenuList(state, list) { - state.menuList = list - }, - updateMenuActiveName(state, name) { - state.menuActiveName = name - }, - updateContentIsNeedRefresh(state, status) { - state.contentIsNeedRefresh = status - }, - updateMainTabs(state, tabs) { - state.mainTabs = tabs - }, - updateMainTabsActiveName(state, name) { - state.mainTabsActiveName = name - }, - removeTab(state, tabName) { - state.mainTabs = state.mainTabs.filter(item => item.name !== tabName) - if (state.mainTabs.length >= 1) { - // 当前选中tab被删除 - if (tabName === state.mainTabsActiveName) { - var tab = state.mainTabs[state.mainTabs.length - 1] - router.push({ name: tab.name, query: tab.query, params: tab.params }, () => { - state.mainTabsActiveName = tab.name - }) - } - } else { - state.menuActiveName = '' - router.push({ name: 'home' }) - } - }, - closeCurrentTab(state) { - this.commit('common/removeTab', state.mainTabsActiveName) - } - } -} \ No newline at end of file diff --git a/wx-manage-master/src/store/modules/message.js b/wx-manage-master/src/store/modules/message.js deleted file mode 100644 index 9b68965..0000000 --- a/wx-manage-master/src/store/modules/message.js +++ /dev/null @@ -1,33 +0,0 @@ -export default { - namespaced: true, - state: { - XmlMsgType:{ - "text":"文字", - "image":"图片", - "voice":"语音", - "shortvideo":"短视频", - "video":"视频", - "news":"图文", - "music":"音乐", - "location":"位置", - "link":"链接", - "event":"事件", - "transfer_customer_service":"转客服" - }, - KefuMsgType: { - "text": "文本消息", - "image": "图片消息", - "voice": "语音消息", - "video": "视频消息", - "music": "音乐消息", - "news": "文章链接", - "mpnews": "公众号图文消息", - "wxcard": "卡券消息", - "miniprogrampage": "小程序消息", - "msgmenu": "菜单消息" - } - }, - mutations: { - - } -} diff --git a/wx-manage-master/src/store/modules/user.js b/wx-manage-master/src/store/modules/user.js deleted file mode 100644 index 6f3798d..0000000 --- a/wx-manage-master/src/store/modules/user.js +++ /dev/null @@ -1,15 +0,0 @@ -export default { - namespaced: true, - state: { - id: 0, - name: '' - }, - mutations: { - updateId(state, id) { - state.id = id - }, - updateName(state, name) { - state.name = name - } - } -} diff --git a/wx-manage-master/src/store/modules/wxAccount.js b/wx-manage-master/src/store/modules/wxAccount.js deleted file mode 100644 index 19d1c8b..0000000 --- a/wx-manage-master/src/store/modules/wxAccount.js +++ /dev/null @@ -1,32 +0,0 @@ -import Vue from 'vue' -export default { - namespaced: true, - state: { - ACCOUNT_TYPES:{ - 1:'订阅号', - 2:'服务号' - }, - accountList:[], - selectedAppid:'' - }, - mutations: { - updateAccountList (state, list) { - state.accountList = list - if(!list.length)return - if(!state.selectedAppid){ - let appidCookie = Vue.cookie.get('appid') - let selectedAppid = appidCookie?appidCookie:list[0].appid - this.commit('wxAccount/selectAccount',selectedAppid) - } - }, - selectAccount (state, appid) { - Vue.cookie.set('appid',appid) - let oldAppid = state.selectedAppid - state.selectedAppid = appid - if(oldAppid){//切换账号时刷新网页 - location.reload(); - } - }, - } - } - \ No newline at end of file diff --git a/wx-manage-master/src/store/modules/wxUserTags.js b/wx-manage-master/src/store/modules/wxUserTags.js deleted file mode 100644 index ce78e9a..0000000 --- a/wx-manage-master/src/store/modules/wxUserTags.js +++ /dev/null @@ -1,12 +0,0 @@ -export default { - namespaced: true, - state: { - tags:[] - }, - mutations: { - updateTags (state, tags) { - state.tags = tags - } - } - } - \ No newline at end of file diff --git a/wx-manage-master/src/utils/httpRequest.js b/wx-manage-master/src/utils/httpRequest.js deleted file mode 100644 index 4112705..0000000 --- a/wx-manage-master/src/utils/httpRequest.js +++ /dev/null @@ -1,77 +0,0 @@ -import Vue from 'vue' -import axios from 'axios' -import router from '@/router' -import qs from 'qs' -import merge from 'lodash/merge' -import { clearLoginInfo } from '@/utils' -const baseUrl = '/wx' - -const http = axios.create({ - timeout: 1000 * 30, - withCredentials: true, - headers: { - 'Content-Type': 'application/json; charset=utf-8' - } -}) - -/** - * 请求拦截 - */ -http.interceptors.request.use(config => { - config.headers['token'] = Vue.cookie.get('token') // 请求头带上token - return config -}, error => { - return Promise.reject(error) -}) - -/** - * 响应拦截 - */ -http.interceptors.response.use(response => { - if (response.data && response.data.code === 401) { // 401, token失效 - clearLoginInfo() - router.push({ name: 'login' }) - } - return response -}, error => { - return Promise.reject(error) -}) - -/** - * 请求地址处理 - * @param {*} actionName action方法名称 - */ -http.adornUrl = (actionName) => { - // 非生产环境 && 开启代理, 接口前缀统一使用[/proxyApi/]前缀做代理拦截! - return baseUrl + actionName -} - -/** - * get请求参数处理 - * @param {*} params 参数对象 - * @param {*} openDefultParams 是否开启默认参数? - */ -http.adornParams = (params = {}, openDefultParams = true) => { - var defaults = { - 't': new Date().getTime() - } - return openDefultParams ? merge(defaults, params) : params -} - -/** - * post请求数据处理 - * @param {*} data 数据对象 - * @param {*} openDefultdata 是否开启默认数据? - * @param {*} contentType 数据格式 - * json: 'application/json; charset=utf-8' - * form: 'application/x-www-form-urlencoded; charset=utf-8' - */ -http.adornData = (data = {}, openDefultdata = true, contentType = 'json') => { - var defaults = { - 't': new Date().getTime() - } - data = openDefultdata ? merge(defaults, data) : data - return contentType === 'json' ? JSON.stringify(data) : qs.stringify(data) -} - -export default http diff --git a/wx-manage-master/src/utils/index.js b/wx-manage-master/src/utils/index.js deleted file mode 100644 index facd066..0000000 --- a/wx-manage-master/src/utils/index.js +++ /dev/null @@ -1,58 +0,0 @@ -import Vue from 'vue' -import router from '@/router' -import store from '@/store' - -/** - * 获取uuid - */ -export function getUUID() { - return 'xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx'.replace(/[xy]/g, c => { - return (c === 'x' ? (Math.random() * 16 | 0) : ('r&0x3' | '0x8')).toString(16) - }) -} - -/** - * 是否有权限 - * @param {*} key - */ -export function isAuth(key) { - return JSON.parse(sessionStorage.getItem('permissions') || '[]').indexOf(key) !== -1 || false -} - -/** - * 树形数据转换 - * @param {*} data - * @param {*} id - * @param {*} pid - */ -export function treeDataTranslate(data, id = 'id', pid = 'parentId') { - var res = [] - var temp = {} - for (var i = 0; i < data.length; i++) { - temp[data[i][id]] = data[i] - } - for (var k = 0; k < data.length; k++) { - if (temp[data[k][pid]] && data[k][id] !== data[k][pid]) { - if (!temp[data[k][pid]]['children']) { - temp[data[k][pid]]['children'] = [] - } - if (!temp[data[k][pid]]['_level']) { - temp[data[k][pid]]['_level'] = 1 - } - data[k]['_level'] = temp[data[k][pid]]._level + 1 - temp[data[k][pid]]['children'].push(data[k]) - } else { - res.push(data[k]) - } - } - return res -} - -/** - * 清除登录信息 - */ -export function clearLoginInfo() { - Vue.cookie.delete('token') - //store.commit('resetStore') - router.options.isAddDynamicMenuRoutes = false -} diff --git a/wx-manage-master/src/utils/validate.js b/wx-manage-master/src/utils/validate.js deleted file mode 100644 index be7357a..0000000 --- a/wx-manage-master/src/utils/validate.js +++ /dev/null @@ -1,31 +0,0 @@ -/** - * 邮箱 - * @param {*} s - */ -export function isEmail(s) { - return /^([a-zA-Z0-9_-])+@([a-zA-Z0-9_-])+((.[a-zA-Z0-9_-]{2,3}){1,2})$/.test(s) -} - -/** - * 手机号码 - * @param {*} s - */ -export function isMobile(s) { - return /^1[0-9]{10}$/.test(s) -} - -/** - * 电话号码 - * @param {*} s - */ -export function isPhone(s) { - return /^([0-9]{3,4}-)?[0-9]{7,8}$/.test(s) -} - -/** - * URL地址 - * @param {*} s - */ -export function isURL(s) { - return /^http[s]?:\/\/.*/.test(s) -} diff --git a/wx-manage-master/src/views/common/404.vue b/wx-manage-master/src/views/common/404.vue deleted file mode 100644 index 3858907..0000000 --- a/wx-manage-master/src/views/common/404.vue +++ /dev/null @@ -1,61 +0,0 @@ - - - - - diff --git a/wx-manage-master/src/views/common/home.vue b/wx-manage-master/src/views/common/home.vue deleted file mode 100644 index 948980d..0000000 --- a/wx-manage-master/src/views/common/home.vue +++ /dev/null @@ -1,12 +0,0 @@ - - - diff --git a/wx-manage-master/src/views/common/login.vue b/wx-manage-master/src/views/common/login.vue deleted file mode 100644 index a43ddb0..0000000 --- a/wx-manage-master/src/views/common/login.vue +++ /dev/null @@ -1,184 +0,0 @@ - - - - - diff --git a/wx-manage-master/src/views/common/theme.vue b/wx-manage-master/src/views/common/theme.vue deleted file mode 100644 index 1aeccbc..0000000 --- a/wx-manage-master/src/views/common/theme.vue +++ /dev/null @@ -1,33 +0,0 @@ - - - - diff --git a/wx-manage-master/src/views/main-content.vue b/wx-manage-master/src/views/main-content.vue deleted file mode 100644 index 987dcd8..0000000 --- a/wx-manage-master/src/views/main-content.vue +++ /dev/null @@ -1,103 +0,0 @@ - - - - diff --git a/wx-manage-master/src/views/main-navbar-update-password.vue b/wx-manage-master/src/views/main-navbar-update-password.vue deleted file mode 100644 index 4c2cd4a..0000000 --- a/wx-manage-master/src/views/main-navbar-update-password.vue +++ /dev/null @@ -1,109 +0,0 @@ - - - - diff --git a/wx-manage-master/src/views/main-navbar.vue b/wx-manage-master/src/views/main-navbar.vue deleted file mode 100644 index 75364b1..0000000 --- a/wx-manage-master/src/views/main-navbar.vue +++ /dev/null @@ -1,102 +0,0 @@ - - - diff --git a/wx-manage-master/src/views/main-sidebar-sub-menu.vue b/wx-manage-master/src/views/main-sidebar-sub-menu.vue deleted file mode 100644 index b45b1b6..0000000 --- a/wx-manage-master/src/views/main-sidebar-sub-menu.vue +++ /dev/null @@ -1,50 +0,0 @@ - - - diff --git a/wx-manage-master/src/views/main-sidebar.vue b/wx-manage-master/src/views/main-sidebar.vue deleted file mode 100644 index 795a07d..0000000 --- a/wx-manage-master/src/views/main-sidebar.vue +++ /dev/null @@ -1,90 +0,0 @@ - - - diff --git a/wx-manage-master/src/views/main.vue b/wx-manage-master/src/views/main.vue deleted file mode 100644 index 2b044f4..0000000 --- a/wx-manage-master/src/views/main.vue +++ /dev/null @@ -1,86 +0,0 @@ - - - diff --git a/wx-manage-master/src/views/modules/oss/oss-config.vue b/wx-manage-master/src/views/modules/oss/oss-config.vue deleted file mode 100644 index 484f90d..0000000 --- a/wx-manage-master/src/views/modules/oss/oss-config.vue +++ /dev/null @@ -1,127 +0,0 @@ - - - - diff --git a/wx-manage-master/src/views/modules/oss/oss-uploader-tencent.vue b/wx-manage-master/src/views/modules/oss/oss-uploader-tencent.vue deleted file mode 100644 index d3dac23..0000000 --- a/wx-manage-master/src/views/modules/oss/oss-uploader-tencent.vue +++ /dev/null @@ -1,87 +0,0 @@ - - - - var cos; - export default { - name: "oss-uploader", - data() { - return { - uploading: false, - infoText:"上传中...", - cosConfig:[] - } - }, - mounted(){ - this.$http({ - url: this.$http.adornUrl('/sys/oss/config'), - method: 'get', - params: this.$http.adornParams() - }).then(({data}) => { - if(data && data.code === 200){ - this.cosConfig = data.config - cos=new COS({ - SecretId: data.config.qcloudSecretId, - SecretKey: data.config.qcloudSecretKey, - }); - }else{ - this.$message.error('请先配置云存储相关信息!') - } - - }) - }, - methods: { - selectFile() {//选择文件 - if (!this.uploading) { - this.$refs.fileInput.click(); - } - }, - onFileChange() { - let file = this.$refs.fileInput.files[0]; - this.uploading = true; - let now = new Date(); - let path=now.toISOString().slice(0,10)+'/'+now.getTime()+file.name.substr(file.name.lastIndexOf('.')) - cos.putObject({ - Bucket: this.cosConfig.qcloudBucketName, /* 必须 */ - Region: this.cosConfig.qcloudRegion, /* 必须 */ - Key: path, /* 必须 */ - Body: file, // 上传文件对象 - onProgress: (progressData)=> { - this.infoText='上传中:'+progressData.percent*100+'%' - } - }, (err, data)=> { - console.log(err || data); - this.uploading = false; - if(data){ - this.infoText='上传文件' - let fileUrl='https://'+this.cosConfig.qcloudBucketName+'.cos.'+this.cosConfig.qcloudRegion+'.myqcloud.com/'+path; - this.saveUploadResult(fileUrl) - }else { - this.$message.error('文件上传失败',err) - } - - }); - }, - saveUploadResult(url){ - this.$http({ - url: this.$http.adornUrl('/sys/oss/upload'), - method: 'post', - data:{ - url:url - } - }).then(({data})=>{ - this.$emit('uploaded', url) - }) - } - } - } - - - diff --git a/wx-manage-master/src/views/modules/oss/oss-uploader.vue b/wx-manage-master/src/views/modules/oss/oss-uploader.vue deleted file mode 100644 index e013aac..0000000 --- a/wx-manage-master/src/views/modules/oss/oss-uploader.vue +++ /dev/null @@ -1,59 +0,0 @@ - - - diff --git a/wx-manage-master/src/views/modules/oss/oss.vue b/wx-manage-master/src/views/modules/oss/oss.vue deleted file mode 100644 index 35fdcbe..0000000 --- a/wx-manage-master/src/views/modules/oss/oss.vue +++ /dev/null @@ -1,146 +0,0 @@ - - - diff --git a/wx-manage-master/src/views/modules/sys/config-add-or-update.vue b/wx-manage-master/src/views/modules/sys/config-add-or-update.vue deleted file mode 100644 index 26b6aa1..0000000 --- a/wx-manage-master/src/views/modules/sys/config-add-or-update.vue +++ /dev/null @@ -1,96 +0,0 @@ - - - diff --git a/wx-manage-master/src/views/modules/sys/config.vue b/wx-manage-master/src/views/modules/sys/config.vue deleted file mode 100644 index 6a7517b..0000000 --- a/wx-manage-master/src/views/modules/sys/config.vue +++ /dev/null @@ -1,134 +0,0 @@ - - - diff --git a/wx-manage-master/src/views/modules/sys/log.vue b/wx-manage-master/src/views/modules/sys/log.vue deleted file mode 100644 index 117b2ac..0000000 --- a/wx-manage-master/src/views/modules/sys/log.vue +++ /dev/null @@ -1,90 +0,0 @@ - - - diff --git a/wx-manage-master/src/views/modules/sys/menu-add-or-update.vue b/wx-manage-master/src/views/modules/sys/menu-add-or-update.vue deleted file mode 100644 index 2d49a09..0000000 --- a/wx-manage-master/src/views/modules/sys/menu-add-or-update.vue +++ /dev/null @@ -1,218 +0,0 @@ - - - - - diff --git a/wx-manage-master/src/views/modules/sys/menu.vue b/wx-manage-master/src/views/modules/sys/menu.vue deleted file mode 100644 index ad3fb1b..0000000 --- a/wx-manage-master/src/views/modules/sys/menu.vue +++ /dev/null @@ -1,109 +0,0 @@ - - - diff --git a/wx-manage-master/src/views/modules/sys/role-add-or-update.vue b/wx-manage-master/src/views/modules/sys/role-add-or-update.vue deleted file mode 100644 index 641f01c..0000000 --- a/wx-manage-master/src/views/modules/sys/role-add-or-update.vue +++ /dev/null @@ -1,111 +0,0 @@ - - - diff --git a/wx-manage-master/src/views/modules/sys/role.vue b/wx-manage-master/src/views/modules/sys/role.vue deleted file mode 100644 index 000c318..0000000 --- a/wx-manage-master/src/views/modules/sys/role.vue +++ /dev/null @@ -1,132 +0,0 @@ - - - diff --git a/wx-manage-master/src/views/modules/sys/user-add-or-update.vue b/wx-manage-master/src/views/modules/sys/user-add-or-update.vue deleted file mode 100644 index 7db0c06..0000000 --- a/wx-manage-master/src/views/modules/sys/user-add-or-update.vue +++ /dev/null @@ -1,177 +0,0 @@ - - - diff --git a/wx-manage-master/src/views/modules/sys/user.vue b/wx-manage-master/src/views/modules/sys/user.vue deleted file mode 100644 index 6454a76..0000000 --- a/wx-manage-master/src/views/modules/sys/user.vue +++ /dev/null @@ -1,140 +0,0 @@ - - - diff --git a/wx-manage-master/src/views/modules/wx/account/wx-account-access-info.vue b/wx-manage-master/src/views/modules/wx/account/wx-account-access-info.vue deleted file mode 100644 index fb1f853..0000000 --- a/wx-manage-master/src/views/modules/wx/account/wx-account-access-info.vue +++ /dev/null @@ -1,54 +0,0 @@ - - - - diff --git a/wx-manage-master/src/views/modules/wx/account/wx-account-add-or-update.vue b/wx-manage-master/src/views/modules/wx/account/wx-account-add-or-update.vue deleted file mode 100644 index 2709099..0000000 --- a/wx-manage-master/src/views/modules/wx/account/wx-account-add-or-update.vue +++ /dev/null @@ -1,118 +0,0 @@ - - - diff --git a/wx-manage-master/src/views/modules/wx/article-add-or-update.vue b/wx-manage-master/src/views/modules/wx/article-add-or-update.vue deleted file mode 100644 index f400a3a..0000000 --- a/wx-manage-master/src/views/modules/wx/article-add-or-update.vue +++ /dev/null @@ -1,155 +0,0 @@ - - - diff --git a/wx-manage-master/src/views/modules/wx/article.vue b/wx-manage-master/src/views/modules/wx/article.vue deleted file mode 100644 index 076d160..0000000 --- a/wx-manage-master/src/views/modules/wx/article.vue +++ /dev/null @@ -1,157 +0,0 @@ - - - diff --git a/wx-manage-master/src/views/modules/wx/assets/assets-selector.vue b/wx-manage-master/src/views/modules/wx/assets/assets-selector.vue deleted file mode 100644 index 1123ea8..0000000 --- a/wx-manage-master/src/views/modules/wx/assets/assets-selector.vue +++ /dev/null @@ -1,38 +0,0 @@ - - \ No newline at end of file diff --git a/wx-manage-master/src/views/modules/wx/assets/material-file-add-or-update.vue b/wx-manage-master/src/views/modules/wx/assets/material-file-add-or-update.vue deleted file mode 100644 index 5f7c8d0..0000000 --- a/wx-manage-master/src/views/modules/wx/assets/material-file-add-or-update.vue +++ /dev/null @@ -1,103 +0,0 @@ - - - diff --git a/wx-manage-master/src/views/modules/wx/assets/material-file.vue b/wx-manage-master/src/views/modules/wx/assets/material-file.vue deleted file mode 100644 index cc0b018..0000000 --- a/wx-manage-master/src/views/modules/wx/assets/material-file.vue +++ /dev/null @@ -1,185 +0,0 @@ - - - \ No newline at end of file diff --git a/wx-manage-master/src/views/modules/wx/assets/material-news-add-or-update.vue b/wx-manage-master/src/views/modules/wx/assets/material-news-add-or-update.vue deleted file mode 100644 index c2df616..0000000 --- a/wx-manage-master/src/views/modules/wx/assets/material-news-add-or-update.vue +++ /dev/null @@ -1,221 +0,0 @@ - - - - \ No newline at end of file diff --git a/wx-manage-master/src/views/modules/wx/assets/material-news.vue b/wx-manage-master/src/views/modules/wx/assets/material-news.vue deleted file mode 100644 index 42836b7..0000000 --- a/wx-manage-master/src/views/modules/wx/assets/material-news.vue +++ /dev/null @@ -1,206 +0,0 @@ - - - \ No newline at end of file diff --git a/wx-manage-master/src/views/modules/wx/msg-reply-rule-add-or-update.vue b/wx-manage-master/src/views/modules/wx/msg-reply-rule-add-or-update.vue deleted file mode 100644 index 0a3e5ab..0000000 --- a/wx-manage-master/src/views/modules/wx/msg-reply-rule-add-or-update.vue +++ /dev/null @@ -1,211 +0,0 @@ - - - \ No newline at end of file diff --git a/wx-manage-master/src/views/modules/wx/msg-reply-rule.vue b/wx-manage-master/src/views/modules/wx/msg-reply-rule.vue deleted file mode 100644 index c728b4d..0000000 --- a/wx-manage-master/src/views/modules/wx/msg-reply-rule.vue +++ /dev/null @@ -1,166 +0,0 @@ - - - diff --git a/wx-manage-master/src/views/modules/wx/msg-template-add-or-update.vue b/wx-manage-master/src/views/modules/wx/msg-template-add-or-update.vue deleted file mode 100644 index 199aed6..0000000 --- a/wx-manage-master/src/views/modules/wx/msg-template-add-or-update.vue +++ /dev/null @@ -1,165 +0,0 @@ - - - - \ No newline at end of file diff --git a/wx-manage-master/src/views/modules/wx/msg-template.vue b/wx-manage-master/src/views/modules/wx/msg-template.vue deleted file mode 100644 index 49e1260..0000000 --- a/wx-manage-master/src/views/modules/wx/msg-template.vue +++ /dev/null @@ -1,215 +0,0 @@ - - - \ No newline at end of file diff --git a/wx-manage-master/src/views/modules/wx/template-msg-log.vue b/wx-manage-master/src/views/modules/wx/template-msg-log.vue deleted file mode 100644 index 1342246..0000000 --- a/wx-manage-master/src/views/modules/wx/template-msg-log.vue +++ /dev/null @@ -1,135 +0,0 @@ - - - diff --git a/wx-manage-master/src/views/modules/wx/wx-account.vue b/wx-manage-master/src/views/modules/wx/wx-account.vue deleted file mode 100644 index 541164e..0000000 --- a/wx-manage-master/src/views/modules/wx/wx-account.vue +++ /dev/null @@ -1,137 +0,0 @@ - - - diff --git a/wx-manage-master/src/views/modules/wx/wx-assets.vue b/wx-manage-master/src/views/modules/wx/wx-assets.vue deleted file mode 100644 index 65acd98..0000000 --- a/wx-manage-master/src/views/modules/wx/wx-assets.vue +++ /dev/null @@ -1,57 +0,0 @@ - - \ No newline at end of file diff --git a/wx-manage-master/src/views/modules/wx/wx-menu-button-editor.vue b/wx-manage-master/src/views/modules/wx/wx-menu-button-editor.vue deleted file mode 100644 index 2ec9cab..0000000 --- a/wx-manage-master/src/views/modules/wx/wx-menu-button-editor.vue +++ /dev/null @@ -1,125 +0,0 @@ - - \ No newline at end of file diff --git a/wx-manage-master/src/views/modules/wx/wx-menu.vue b/wx-manage-master/src/views/modules/wx/wx-menu.vue deleted file mode 100644 index cc7d8dd..0000000 --- a/wx-manage-master/src/views/modules/wx/wx-menu.vue +++ /dev/null @@ -1,159 +0,0 @@ - - - \ No newline at end of file diff --git a/wx-manage-master/src/views/modules/wx/wx-msg-reply.vue b/wx-manage-master/src/views/modules/wx/wx-msg-reply.vue deleted file mode 100644 index 7721aeb..0000000 --- a/wx-manage-master/src/views/modules/wx/wx-msg-reply.vue +++ /dev/null @@ -1,84 +0,0 @@ - - - - \ No newline at end of file diff --git a/wx-manage-master/src/views/modules/wx/wx-msg.vue b/wx-manage-master/src/views/modules/wx/wx-msg.vue deleted file mode 100644 index eec873d..0000000 --- a/wx-manage-master/src/views/modules/wx/wx-msg.vue +++ /dev/null @@ -1,184 +0,0 @@ - - - - \ No newline at end of file diff --git a/wx-manage-master/src/views/modules/wx/wx-qrcode-add-or-update.vue b/wx-manage-master/src/views/modules/wx/wx-qrcode-add-or-update.vue deleted file mode 100644 index a3a4238..0000000 --- a/wx-manage-master/src/views/modules/wx/wx-qrcode-add-or-update.vue +++ /dev/null @@ -1,86 +0,0 @@ - - - diff --git a/wx-manage-master/src/views/modules/wx/wx-qrcode.vue b/wx-manage-master/src/views/modules/wx/wx-qrcode.vue deleted file mode 100644 index 38ce9fa..0000000 --- a/wx-manage-master/src/views/modules/wx/wx-qrcode.vue +++ /dev/null @@ -1,142 +0,0 @@ - - - diff --git a/wx-manage-master/src/views/modules/wx/wx-user-tagging.vue b/wx-manage-master/src/views/modules/wx/wx-user-tagging.vue deleted file mode 100644 index ff4b266..0000000 --- a/wx-manage-master/src/views/modules/wx/wx-user-tagging.vue +++ /dev/null @@ -1,102 +0,0 @@ - - \ No newline at end of file diff --git a/wx-manage-master/src/views/modules/wx/wx-user.vue b/wx-manage-master/src/views/modules/wx/wx-user.vue deleted file mode 100644 index 963425c..0000000 --- a/wx-manage-master/src/views/modules/wx/wx-user.vue +++ /dev/null @@ -1,209 +0,0 @@ - - - - \ No newline at end of file