diff --git a/package.json b/package.json index 361a85e..66ccd70 100644 --- a/package.json +++ b/package.json @@ -18,14 +18,13 @@ }, "dependencies": { "@riophae/vue-treeselect": "0.0.38", - "axios": ">=0.18.1", + "axios": "^0.19.0", "clipboard": "1.7.1", "codemirror": "^5.38.0", "connect": "3.6.6", "echarts": "4.1.0", "element-ui": "^2.11.1", "file-saver": "1.3.8", - "html2canvas": "^1.0.0-rc.3", "js-cookie": "2.2.0", "jsencrypt": "^3.0.0-rc.1", "jszip": "3.1.5", @@ -34,7 +33,6 @@ "nprogress": "0.2.0", "path-to-regexp": "2.4.0", "screenfull": "3.3.3", - "simple-drawing-board": "1.4.1", "vue": "2.5.17", "vue-count-to": "1.0.13", "vue-router": "3.1.3", diff --git a/src/layout/Layout.vue b/src/layout/Layout.vue index 05f927e..47a6193 100644 --- a/src/layout/Layout.vue +++ b/src/layout/Layout.vue @@ -5,13 +5,6 @@
-
@@ -19,7 +12,6 @@
- @@ -28,7 +20,6 @@ import RightPanel from '@/components/RightPanel' import { AppMain, Navbar, Settings, Sidebar, TagsView } from './components' import ResizeMixin from './mixin/ResizeHandler' import { mapState } from 'vuex' -import feedback from './feedback.vue' export default { name: 'Layout', @@ -38,15 +29,9 @@ export default { Settings, Sidebar, TagsView, - RightPanel, - feedback + RightPanel }, mixins: [ResizeMixin], - data() { - return { - feedbackShow: false - } - }, computed: { ...mapState({ sidebar: state => state.app.sidebar, @@ -66,10 +51,6 @@ export default { methods: { handleClickOutside() { this.$store.dispatch('closeSideBar', { withoutAnimation: false }) - }, - doFeedback() { - console.log(111) - this.feedbackShow = true } } } @@ -118,12 +99,5 @@ export default { .mobile .fixed-header { width: 100%; } - - .feedback { - position: fixed; - z-index: 999999; - right: 10px; - bottom: 60px; - } diff --git a/src/layout/feedback.vue b/src/layout/feedback.vue deleted file mode 100644 index c3a91ec..0000000 --- a/src/layout/feedback.vue +++ /dev/null @@ -1,167 +0,0 @@ - - - - -