Commit 86d1aa33 by 施嘉伟

fix(nuxtconfgi): 修复webpack-define-plugin挂载数据暴露ak的问题

parent fcf5ef79
......@@ -61,7 +61,11 @@ const gtagConfig = IS_USE_OSS
export default {
buildDir: 'nuxt-dist',
env,
env: {
...env,
UPLOADER_ACCESS: '',
STATIC_OSS_ACCESS: ''
},
router: {
base: BASE_URL,
middleware: ['device'],
......
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 sign in to comment