@@ -11,7 +11,7 @@ Vue.use(ElementUI);
// })
// 不能通过location去判断
-Vue.prototype.$homePageUrl = 'https://zzbbh.4dage.com/shouBo/main'
+Vue.prototype.$homePageUrl = 'https://zzbbh.4dage.com/shouBo/main.html'
Vue.prototype.$eventBus = new Vue({})
@@ -938,7 +938,7 @@ export default {
this.ariaSettings.isMagnifying = !this.ariaSettings.isMagnifying
},
onClickHelp() {
- window.open('../help')
+ window.open('./help.html')
onClickElderlyServicesAreaEntry() {
this.ariaSettings.menuMode = 'old'
@@ -5,6 +5,7 @@ module.exports = {
main: 'src/main.js',
help: 'src/help.js',
+ publicPath: '/shouBo/',
configureWebpack: {
module: {
rules: [