We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2778718 commit fac05f5Copy full SHA for fac05f5
src/app-router.js
@@ -25,7 +25,7 @@ AppRouter.prototype.refresh = function refresh() {
25
if (this.disabled) return;
26
if (Date.now() < this.lockedUntil) return;
27
this.lock(10);
28
- const url = 'https://app-router.leancloud.cn/2/route';
+ const url = 'https://app-router.com/2/route';
29
return ajax({
30
method: 'get',
31
url,
0 commit comments