diff --git a/pc/.env.development b/pc/.env.development index fb777cf..d718c09 100644 --- a/pc/.env.development +++ b/pc/.env.development @@ -1,4 +1,4 @@ NODE_ENV = 'development' # 开发环境API地址 -VUE_APP_BASE_API = http://192.168.137.3:8080/api/api \ No newline at end of file +VUE_APP_BASE_API = http://localhost:8082/api \ No newline at end of file diff --git a/pc/package.json b/pc/package.json index 491d5d5..8c79d62 100644 --- a/pc/package.json +++ b/pc/package.json @@ -37,6 +37,7 @@ "moment": "^2.30.1", "nprogress": "0.2.0", "qrcode": "^1.5.3", + "qrcode.vue": "^3.6.0", "quill": "1.3.7", "screenfull": "5.0.2", "sm-crypto": "^0.3.12", @@ -54,6 +55,7 @@ "devDependencies": { "@vue/cli-plugin-babel": "4.4.6", "@vue/cli-service": "4.4.6", + "babel-loader": "^10.0.0", "babel-plugin-dynamic-import-node": "2.3.3", "chalk": "4.1.0", "compression-webpack-plugin": "5.0.2", @@ -74,4 +76,4 @@ ">1%", "last 2 versions" ] -} \ No newline at end of file +}