* code for task #47149.

This commit is contained in:
王怡栋
2022-01-13 09:03:35 +08:00
parent 2adc0f0d1c
commit 37d1c0e9e6
13 changed files with 933 additions and 12 deletions
+3
View File
@@ -139,6 +139,9 @@ class router extends baseRouter
*/
public function setCommonLang()
{
if(defined('COMMONLANGSETTED')) return true;
define('COMMONLANGSETTED', true);
if(!defined('ITERATION_KEY')) define('ITERATION_KEY', 0);
if(!defined('SPRINT_KEY')) define('SPRINT_KEY', 1);
if(!defined('PRODUCT_KEY')) define('PRODUCT_KEY', 0);