Browse Source

build(设备分享): 设备分享
1. 前端静态资源补充

kindring 1 year ago
parent
commit
407bf09342
1 changed files with 1 additions and 1 deletions
  1. 1 1
      web_src/webpack.config.js

+ 1 - 1
web_src/webpack.config.js

@@ -10,7 +10,7 @@ module.exports = {
             '@components': resolve('src/components'),
             '@assets':resolve('src/assets'),
             '@': resolve('src'),
-            "@static": resolve('static'),
+            "@static": resolve('public/static'),
             'vue$': 'vue/dist/vue.esm.js' //内部为正则表达式  vue结尾的
         }
     },