|
@@ -69,6 +69,7 @@ const fmtId = ref(0);
|
|
const pmtId = ref(0);
|
|
const pmtId = ref(0);
|
|
// const board = ref(null);
|
|
// const board = ref(null);
|
|
// const state = ref({});
|
|
// const state = ref({});
|
|
|
|
+window.document.title = '平面图';
|
|
const ognFilesUrl = ref('')
|
|
const ognFilesUrl = ref('')
|
|
const dom = ref<HTMLCanvasElement>();
|
|
const dom = ref<HTMLCanvasElement>();
|
|
const props = computed(() => {
|
|
const props = computed(() => {
|