Browse Source

bug fix: 分享二维码所表示的url有误

任一存 2 years ago
parent
commit
18e0342361
1 changed files with 1 additions and 1 deletions
  1. 1 1
      vue.config.js

+ 1 - 1
vue.config.js

@@ -1,7 +1,7 @@
 const webpack = require('webpack')
 
 module.exports = {
-  publicPath: "./",
+  publicPath: process.env.PUBLIC_PATH,
   lintOnSave: false,
   productionSourceMap: false,
   configureWebpack: {