mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-14 12:20:27 +08:00
优化文字
This commit is contained in:
@@ -78,7 +78,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<p class="comment" v-if="databaseTransferred == 0"><span class="red">请自行将老的数据库中数据导入到新的数据库中。</span></p>
|
<p class="comment" v-if="databaseTransferred == 0"><span class="red">请自行将当前数据库中数据导入到新的数据库中。</span></p>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
|||||||
@@ -35,7 +35,7 @@ Tea.context(function () {
|
|||||||
|
|
||||||
this.doDatabase = function () {
|
this.doDatabase = function () {
|
||||||
if (this.databaseChanged == 1 && this.databaseTransferred == 0) {
|
if (this.databaseChanged == 1 && this.databaseTransferred == 0) {
|
||||||
teaweb.warn("请先将老的数据导入到新的数据库中。")
|
teaweb.warn("请先将当前的数据导入到新的数据库中。")
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
this.step = this.STEP_API
|
this.step = this.STEP_API
|
||||||
|
|||||||
Reference in New Issue
Block a user