|
|
@@ -166,6 +166,7 @@
|
|
|
</template>
|
|
|
|
|
|
<script setup>
|
|
|
+import { reactive, ref, onMounted } from "vue";
|
|
|
import { AnonymousLogin, tcb } from "apis/cloudLogin";
|
|
|
import _ from "lodash";
|
|
|
import { ElMessage, ElMessageBox } from "element-plus";
|
|
|
@@ -174,7 +175,6 @@ const db = tcb.database();
|
|
|
const v = db.collection("huihenduo_versions");
|
|
|
const __ = db.command;
|
|
|
|
|
|
-import { reactive, ref, onMounted } from "vue";
|
|
|
let versions = ref([]);
|
|
|
let isModalVisable = ref(false);
|
|
|
let ruleFormRef = ref(null);
|