Browse Source

:bug: 雪花路径错

Bhikkhu-Kosalla 4 years ago
parent
commit
b879b2ad67
1 changed files with 1 additions and 1 deletions
  1. 1 1
      public/app/studio/project.php

+ 1 - 1
public/app/studio/project.php

@@ -22,7 +22,7 @@ require_once __DIR__."/../ucenter/setting_function.php";
 require_once __DIR__."/../lang/function.php";
 require_once __DIR__."/../redis/function.php";
 require_once __DIR__."/../channal/function.php";
-require_once __DIR__."/../public/app/public/snowflakeid.php";
+require_once __DIR__."/../public/snowflakeid.php";
 
 # 雪花id
 $snowflake = new SnowFlakeId();