diff --git a/src/common/vuex/index.js b/src/common/vuex/index.js index 71ac7e2..bf1f839 100644 --- a/src/common/vuex/index.js +++ b/src/common/vuex/index.js @@ -22,7 +22,7 @@ const state = { showDrawer: true }, //当前版本信息。 - versionName: '3.0.3', + versionName: '3.0.4', //当前用户,即使没有登录依然有游客的用户在。 user, breadcrumbs: [], diff --git a/vue.config.js b/vue.config.js index 540556d..03a6cde 100644 --- a/vue.config.js +++ b/vue.config.js @@ -1,4 +1,6 @@ module.exports = { + publicPath: "./", + assetsDir: "static", devServer: { port: 6015, proxy: {