Compare commits
1 Commits
master
...
reset_publ
Author | SHA1 | Date | |
---|---|---|---|
4d15dc2a84 |
@ -24,10 +24,10 @@ module.exports = {
|
||||
* In most cases please use '/' !!!
|
||||
* Detail: https://cli.vuejs.org/config/#publicpath
|
||||
*/
|
||||
publicPath: '/',
|
||||
publicPath: '/admin',
|
||||
outputDir: 'dist',
|
||||
assetsDir: 'system',
|
||||
indexPath: process.env.NODE_ENV === 'development' ? 'index.html' : 'system.html',
|
||||
assetsDir: 'static',
|
||||
indexPath: 'index.html',
|
||||
lintOnSave: process.env.NODE_ENV === 'development',
|
||||
productionSourceMap: false,
|
||||
devServer: {
|
||||
|
Loading…
x
Reference in New Issue
Block a user