9 lines
209 B
JavaScript
9 lines
209 B
JavaScript
Tea.context(function () {
|
|
this.goIndividual = function () {
|
|
window.location = "/settings/identity/individual"
|
|
}
|
|
|
|
this.goEnterprise = function () {
|
|
window.location = "/settings/identity/enterprise"
|
|
}
|
|
}) |