|
@@ -143,9 +143,9 @@ export default {
|
|
|
// const item = this.navs[navIndex]
|
|
|
this.setActiveIcon(key)
|
|
|
if (key === 'subscribe') {
|
|
|
- window.location.replace('/jyapp/frontPage/seo/free/subscribe')
|
|
|
+ window.location.replace('/jyapp/freesubscribe/')
|
|
|
} else if (key === 'box') {
|
|
|
- window.location.replace('/jyapp/frontPage/seo/free/workbench')
|
|
|
+ window.location.replace('/jyapp/workbench/')
|
|
|
} else if(key === 'message') {
|
|
|
window.location.href = '/jyapp/free/login?url=/jyapp/frontPage/messageCenter/sess/index'
|
|
|
} else if(key === 'me') {
|