|
@@ -22,7 +22,7 @@ Vue.config.productionTip = false
|
|
if (process.env.NODE_ENV === 'development') {
|
|
if (process.env.NODE_ENV === 'development') {
|
|
Vue.prototype.$publicPath = '/'
|
|
Vue.prototype.$publicPath = '/'
|
|
} else if (process.env.NODE_ENV === 'production') {
|
|
} else if (process.env.NODE_ENV === 'production') {
|
|
- Vue.prototype.$publicPath = '/nanjing/'
|
|
|
|
|
|
+ Vue.prototype.$publicPath = '/njmuseum/'
|
|
}
|
|
}
|
|
|
|
|
|
document.documentElement.style.fontSize = window.innerHeight * 0.025276 + 'px'
|
|
document.documentElement.style.fontSize = window.innerHeight * 0.025276 + 'px'
|