mirror of
https://gitee.com/niucloud-team/niucloud-admin.git
synced 2025-12-12 10:52:48 +00:00
1
This commit is contained in:
parent
4f8d7ec5f6
commit
8c7d327b54
@ -383,7 +383,7 @@
|
|||||||
<el-result icon="success" :title="t('addonInstallSuccess')"></el-result>
|
<el-result icon="success" :title="t('addonInstallSuccess')"></el-result>
|
||||||
<!-- 提示信息 -->
|
<!-- 提示信息 -->
|
||||||
<div v-for="item in installAfterTips" class="mb-[10px]">
|
<div v-for="item in installAfterTips" class="mb-[10px]">
|
||||||
<el-alert :title="item" type="warning" :closable="false" />
|
<el-alert :title="item" type="error" :closable="false" />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</el-dialog>
|
</el-dialog>
|
||||||
@ -893,4 +893,9 @@ const goRouter = () => {
|
|||||||
html.dark .table-head-bg {
|
html.dark .table-head-bg {
|
||||||
background: #141414;
|
background: #141414;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.el-alert .el-alert__title{
|
||||||
|
font-size: 16px;
|
||||||
|
line-height: 18px;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
@ -32,7 +32,7 @@ class Module extends BaseAdminController
|
|||||||
['auth_secret', '']
|
['auth_secret', '']
|
||||||
]);
|
]);
|
||||||
$this->validate($data, 'app\validate\niucloud\Module.set');
|
$this->validate($data, 'app\validate\niucloud\Module.set');
|
||||||
return success("SUCCESS", (new NiucloudService())->setAuthorize($data));
|
return success("AUTH_BIND_SUCCESS", (new NiucloudService())->setAuthorize($data));
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
@ -47,6 +47,7 @@ return [
|
|||||||
'ZIP_FILE_NOT_FOUND' => '找不到可用的压缩文件',
|
'ZIP_FILE_NOT_FOUND' => '找不到可用的压缩文件',
|
||||||
'DOWNLOAD_SUCCESS' => '下载成功',
|
'DOWNLOAD_SUCCESS' => '下载成功',
|
||||||
'ADDON_INFO_FILE_NOT_EXIST' => '未找到插件info.json配置文件',
|
'ADDON_INFO_FILE_NOT_EXIST' => '未找到插件info.json配置文件',
|
||||||
|
'AUTH_BIND_SUCCESS' => '授权绑定成功',
|
||||||
//登录注册重置账号....
|
//登录注册重置账号....
|
||||||
|
|
||||||
'LOGIN_SUCCESS' => '登录成功',
|
'LOGIN_SUCCESS' => '登录成功',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user