Commit 8a028002 authored by 乐宝呗666's avatar 乐宝呗666

添加publicpath

parent afb3e2b7
...@@ -8,7 +8,7 @@ const fs = require('fs') ...@@ -8,7 +8,7 @@ const fs = require('fs')
process.env.VUE_APP_VERSION = require('./package.json').version process.env.VUE_APP_VERSION = require('./package.json').version
// 基础路径 注意发布之前要先修改这里 // 基础路径 注意发布之前要先修改这里
const publicPath = '/' const publicPath = '/h5'
module.exports = { module.exports = {
publicPath, // 根据你的实际情况更改这里 publicPath, // 根据你的实际情况更改这里
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment