change name of web link
This commit is contained in:
parent
098e0fe1da
commit
1ac9989910
@ -8,9 +8,9 @@ module.exports = {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
navigations: {
|
navigations: {
|
||||||
'enter.main': '/enter',
|
'enterfront.main': '/enterfront',
|
||||||
'link.enter.auth': '/auth',
|
'link.enterfront.auth': '/auth',
|
||||||
'link.enter.account': '/account',
|
'link.enterfront.account': '/account',
|
||||||
},
|
},
|
||||||
features: {
|
features: {
|
||||||
'undefined': {
|
'undefined': {
|
||||||
|
@ -16,5 +16,5 @@
|
|||||||
"build:prod": "npm run clean && ijl-cli build",
|
"build:prod": "npm run clean && ijl-cli build",
|
||||||
"clean": "rimraf dist"
|
"clean": "rimraf dist"
|
||||||
},
|
},
|
||||||
"name": "enter"
|
"name": "enterfront"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user