diff --git a/package.json b/package.json index 206c59e..214f51b 100644 --- a/package.json +++ b/package.json @@ -56,6 +56,7 @@ "vue-count-to": "1.0.13", "vue-cropper": "0.5.5", "vue-meta": "2.4.0", + "vue-qr": "^4.0.9", "vue-router": "3.4.9", "vuedraggable": "2.24.3", "vuex": "3.6.0" diff --git a/src/components/FileUploadTp/index.vue b/src/components/FileUploadTp/index.vue new file mode 100644 index 0000000..361f40e --- /dev/null +++ b/src/components/FileUploadTp/index.vue @@ -0,0 +1,257 @@ + + + + + + \ No newline at end of file diff --git a/src/views/abuwx/wxuser/project.vue b/src/views/abuwx/wxuser/project.vue new file mode 100644 index 0000000..f6be865 --- /dev/null +++ b/src/views/abuwx/wxuser/project.vue @@ -0,0 +1,248 @@ + + + \ No newline at end of file diff --git a/src/views/index.vue b/src/views/index.vue index a140364..e69de29 100644 --- a/src/views/index.vue +++ b/src/views/index.vue @@ -1,1023 +0,0 @@ - - - - - - diff --git a/vue.config.js b/vue.config.js index f0cff54..473455c 100644 --- a/vue.config.js +++ b/vue.config.js @@ -35,7 +35,7 @@ module.exports = { proxy: { // detail: https://cli.vuejs.org/config/#devserver-proxy [process.env.VUE_APP_BASE_API]: { - target: `http://localhost:8080`, + target: `http://192.168.3.12:8080`,//lc changeOrigin: true, pathRewrite: { ['^' + process.env.VUE_APP_BASE_API]: ''