* remove unused variable in index view.

This commit is contained in:
Hao Sun
2021-12-03 13:24:04 +08:00
parent 8143223751
commit f9aad89126
@@ -28,8 +28,6 @@ class myIndex extends index
$xuanConfig->account = $this->app->user->account;
$xuanConfig->authKey = $token->token;
$xuanConfig->debug = $this->config->debug;
$xuanConfig->serverTime = (int)(microtime(true) * 1000);
$xuanConfig->serverNowTime = (int)round(time() / $tokenAuthWindow);
$this->view->xuanConfig = $xuanConfig;
}