@@ -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",
@@ -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,