Browse Source

fix:target开启

shenchunlv 2 years ago
parent
commit
d265ac0d32
1 changed files with 1 additions and 1 deletions
  1. 1 1
      nuxt.config.js

+ 1 - 1
nuxt.config.js

@@ -21,7 +21,7 @@ export default {
     'ant-design-vue/dist/antd.css'
   ],
 
-  // target:'static',
+  target:'static',
   // Plugins to run before rendering page: https://go.nuxtjs.dev/config-plugins
   plugins: [
     '@/plugins/antd-ui',