基础功能、图片上传
This commit is contained in:
@@ -372,7 +372,7 @@ if (!function_exists('money_format')) {
|
||||
if (!function_exists('ase_password')) {
|
||||
function ase_password($password): string
|
||||
{
|
||||
return sha1($password. config('cc.configs.ase.slate'));
|
||||
return sha1($password. config('nl.configs.ase.slate'));
|
||||
}
|
||||
}
|
||||
|
||||
@@ -380,7 +380,7 @@ if (!function_exists('ase_password')) {
|
||||
if (!function_exists('cc_get_project_url')) {
|
||||
function cc_get_project_url(): string
|
||||
{
|
||||
$url = config('cc.configs.project_url');
|
||||
$url = config('nl.configs.project_url');
|
||||
if (empty($url)) {
|
||||
$url = request()->root(true);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user