'去掉一个导出'

This commit is contained in:
fooperage
2023-02-14 11:43:15 +08:00
parent 830656649d
commit 370703c7d2
3 changed files with 6888 additions and 44 deletions

View File

@@ -12,7 +12,7 @@ module.exports = defineConfig({
publicPath: process.env.VUE_APP_BASE,
outputDir: process.env.VUE_APP_OUTPUT_DIR,
devServer: {
port: 8080,
port: 8070,
proxy: {
"/manageApi": {
target: 'http:' + process.env.VUE_APP_PROXY_URL,