diff --git a/vue.config.js b/vue.config.js index bf8a228..d3fd2ba 100644 --- a/vue.config.js +++ b/vue.config.js @@ -1,5 +1,6 @@ module.exports = { devServer: { proxy: 'http://127.0.0.1:8086', - } + }, + baseUrl: '/lib-admin/' } \ No newline at end of file