feat: 完善bbs配置信息
This commit is contained in:
@@ -62,7 +62,7 @@ namespace Yi.Framework.SqlSugarCore
|
|||||||
SqlSugarClient = new SqlSugarClient(connectionCreator.Build(action: options =>
|
SqlSugarClient = new SqlSugarClient(connectionCreator.Build(action: options =>
|
||||||
{
|
{
|
||||||
options.ConnectionString = currentConnection;
|
options.ConnectionString = currentConnection;
|
||||||
|
options.DbType = currentDbType;
|
||||||
}));
|
}));
|
||||||
connectionCreator.SetDbAop(SqlSugarClient);
|
connectionCreator.SetDbAop(SqlSugarClient);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -17,7 +17,7 @@
|
|||||||
>
|
>
|
||||||
<p></p>
|
<p></p>
|
||||||
<a
|
<a
|
||||||
><el-icon><Position /></el-icon>{{ configStore.icp }}</a
|
><el-icon><Position /></el-icon><div v-html="configStore.icp"></div></a
|
||||||
>
|
>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
@@ -119,8 +119,8 @@
|
|||||||
|
|
||||||
</div>
|
</div>
|
||||||
<div class="div-bottom">
|
<div class="div-bottom">
|
||||||
<span>备案:赣ICP备20008025号-3</span>
|
<span>备案:<div v-html="configStore.icp"></div></span>
|
||||||
<span>站长:橙子</span>
|
<span>站长:{{ configStore.author }}</span>
|
||||||
<span @click="handleContact">联系我们</span>
|
<span @click="handleContact">联系我们</span>
|
||||||
<span>关于本站</span>
|
<span>关于本站</span>
|
||||||
<span>建议反馈</span>
|
<span>建议反馈</span>
|
||||||
|
|||||||
Reference in New Issue
Block a user