zhangzengfei
2021-11-19 511e1f7ae35db050d2c6a81ec6fe37ccabd38825
fix build
5个文件已删除
1个文件已修改
11 ■■■■■ 已修改文件
src/assets/error_images/401.png 补丁 | 查看 | 原始文档 | blame | 历史
src/assets/error_images/404.png 补丁 | 查看 | 原始文档 | blame | 历史
src/assets/error_images/cloud.png 补丁 | 查看 | 原始文档 | blame | 历史
src/assets/ewm.png 补丁 | 查看 | 原始文档 | blame | 历史
src/assets/qr_logo/lqr_logo.png 补丁 | 查看 | 原始文档 | blame | 历史
vue.config.js 11 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/assets/error_images/401.png
Binary files differ
src/assets/error_images/404.png
Binary files differ
src/assets/error_images/cloud.png
Binary files differ
src/assets/ewm.png
Binary files differ
src/assets/qr_logo/lqr_logo.png
Binary files differ
vue.config.js
@@ -12,11 +12,6 @@
  build7z,
  donation,
} = require("./src/config");
const {
  webpackBarName,
  webpackBanner,
  donationConsole,
} = require("zx-layouts");
const { version, author } = require("./package.json");
@@ -59,7 +54,7 @@
      plugins: [
        new Webpack.ProvidePlugin(providePlugin),
        new WebpackBar({
          name: webpackBarName,
          name: "vue-intergrate",
        }),
      ],
    };
@@ -130,10 +125,6 @@
          },
        },
      });
      config
        .plugin("banner")
        .use(Webpack.BannerPlugin, [`${webpackBanner}${time}`])
        .end();
      config.module
        .rule("images")
        .use("image-webpack-loader")