diff --git a/vue.config.js b/vue.config.js index e360a30..0611367 100644 --- a/vue.config.js +++ b/vue.config.js @@ -1,6 +1,3 @@ module.exports = { - runtimeCompiler: true, - publicPath: process.env.NODE_ENV === 'production' - ? '/manage/' - : '/' + runtimeCompiler: true };