Browse Source

打印测试

lilei 3 years ago
parent
commit
e8a8acfc3a
3 changed files with 355 additions and 690 deletions
  1. 352 687
      package-lock.json
  2. 1 1
      package.json
  3. 2 2
      vue.config.js

File diff suppressed because it is too large
+ 352 - 687
package-lock.json


+ 1 - 1
package.json

@@ -26,7 +26,6 @@
     "mockjs2": "1.0.7",
     "moment": "^2.24.0",
     "nprogress": "^0.2.0",
-    "qrcodejs2": "0.0.2",
     "screenfull": "^5.1.0",
     "v-runtime-template": "^1.10.0",
     "v-viewer": "^1.6.4",
@@ -36,6 +35,7 @@
     "vue-cookies": "^1.6.1",
     "vue-cropper": "0.4.9",
     "vue-ls": "^3.2.1",
+    "vue-qr": "^3.2.2",
     "vue-quill-editor": "^3.0.6",
     "vue-router": "^3.1.2",
     "vue-svg-component-runtime": "^1.0.1",

+ 2 - 2
vue.config.js

@@ -108,8 +108,8 @@ const vueConfig = {
     // If you want to turn on the proxy, please remove the mockjs /src/main.jsL11
     proxy: {
       '/api': {
-        target: 'http://192.168.16.188:8503/qpls-md',
-        // target: 'http://192.168.16.107:7300/mock/61aad8ea5688cb3878d81e39/qpls-md',
+        // target: 'http://192.168.16.188:8503/qpls-md',
+        target: 'http://frps.chelingzhu.com:7800/qpls-md',
         // ws: false,
         ws: true,
         changeOrigin: true,

Some files were not shown because too many files changed in this diff