|
@@ -27,17 +27,12 @@
|
|
|
</div>
|
|
|
</div> -->
|
|
|
</div>
|
|
|
- 111==={{ gitCommitHash }}
|
|
|
</div>
|
|
|
</template>
|
|
|
|
|
|
<script setup name="Login" lang="ts">
|
|
|
const { proxy } = getCurrentInstance() as any;
|
|
|
const router = useRouter();
|
|
|
-const data = reactive<any>({
|
|
|
- gitCommitHash: ""
|
|
|
-});
|
|
|
-const { gitCommitHash } = toRefs(data);
|
|
|
|
|
|
//设置
|
|
|
const getConfig = () => {
|
|
@@ -79,7 +74,7 @@ const confirmExit = () => {
|
|
|
};
|
|
|
|
|
|
onMounted(() => {
|
|
|
- console.info(GIT_COMMIT_HASH);
|
|
|
+
|
|
|
})
|
|
|
</script>
|
|
|
|