|
@ -1,7 +1,6 @@ |
|
|
const { defineConfig } = require('@vue/cli-service') |
|
|
const { defineConfig } = require('@vue/cli-service') |
|
|
module.exports = defineConfig({ |
|
|
module.exports = defineConfig({ |
|
|
transpileDependencies: true, |
|
|
transpileDependencies: true, |
|
|
publicPath: process.env.NODE_ENV === "production" ? "/new/" : "/", |
|
|
|
|
|
devServer: { |
|
|
devServer: { |
|
|
proxy: { |
|
|
proxy: { |
|
|
"/api": { |
|
|
"/api": { |
|
|