feat: 完善bbs配置信息

This commit is contained in:
chenchun
2024-07-29 14:59:43 +08:00
parent df1a4d7149
commit 8159f90cc8
3 changed files with 4 additions and 4 deletions

View File

@@ -62,7 +62,7 @@ namespace Yi.Framework.SqlSugarCore
SqlSugarClient = new SqlSugarClient(connectionCreator.Build(action: options =>
{
options.ConnectionString = currentConnection;
options.DbType = currentDbType;
}));
connectionCreator.SetDbAop(SqlSugarClient);
}

View File

@@ -17,7 +17,7 @@
>
<p></p>
<a
><el-icon><Position /></el-icon>{{ configStore.icp }}</a
><el-icon><Position /></el-icon><div v-html="configStore.icp"></div></a
>
</div>
</template>

View File

@@ -119,8 +119,8 @@
</div>
<div class="div-bottom">
<span>备案赣ICP备20008025号-3</span>
<span>站长橙子</span>
<span>备案<div v-html="configStore.icp"></div></span>
<span>站长{{ configStore.author }}</span>
<span @click="handleContact">联系我们</span>
<span>关于本站</span>
<span>建议反馈</span>