mirror of
https://github.com/alibaba/anyproxy.git
synced 2025-08-04 21:39:04 +00:00
update doc
This commit is contained in:
@@ -16,7 +16,7 @@ function isInLocaleView() {
|
||||
|
||||
function initDefaultLocaleAndStatic() {
|
||||
if (!isInLocaleView()) {
|
||||
location.href = isUTF8Zone() ? '/cn' : '/en';
|
||||
location.href = isUTF8Zone() ? '/cn' : 'en';
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user