|
|
|
@ -24,7 +24,7 @@ module.exports = {
|
|
|
|
* In most cases please use '/' !!!
|
|
|
|
* In most cases please use '/' !!!
|
|
|
|
* Detail: https://cli.vuejs.org/config/#publicpath
|
|
|
|
* Detail: https://cli.vuejs.org/config/#publicpath
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
publicPath: process.env.ENV === 'staging' ? '/admin' : '/admin',
|
|
|
|
publicPath: process.env.ENV === 'staging' ? '/admin_test' : '/admin',
|
|
|
|
outputDir: '/Users/mac/Documents/朗业/2024/s-苏州科技商学院/suzhoukeji/public/admin',
|
|
|
|
outputDir: '/Users/mac/Documents/朗业/2024/s-苏州科技商学院/suzhoukeji/public/admin',
|
|
|
|
assetsDir: 'static',
|
|
|
|
assetsDir: 'static',
|
|
|
|
css: {
|
|
|
|
css: {
|
|
|
|
|