From 59c8ed4ef8ead6a34ec0a353d62fd1d400d8921e Mon Sep 17 00:00:00 2001 From: wanglin <1013335014@qq.com> Date: Wed, 14 Jul 2021 07:38:30 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=93=E5=8C=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 2 +- web/vue.config.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 2691e4fa..75c59904 100644 --- a/index.html +++ b/index.html @@ -1 +1 @@ -思绪_一个极简的在线思维导图
\ No newline at end of file +思绪_一个极简的在线思维导图
\ No newline at end of file diff --git a/web/vue.config.js b/web/vue.config.js index fb8429ac..0daee3c7 100644 --- a/web/vue.config.js +++ b/web/vue.config.js @@ -1,7 +1,7 @@ const path = require('path'); module.exports = { - publicPath: 'mind-map/dist', + publicPath: './dist', outputDir: '../dist', lintOnSave: false, productionSourceMap: false,