|
@@ -1,5 +1,4 @@
|
|
|
<template>
|
|
|
- <DesignOption />
|
|
|
<Rules v-if="showRules" @close="closeRules" />
|
|
|
|
|
|
<AppHeader v-show="!fscChecked" :project="project" @getUserId="getUserId" :show-adjust="showAdjust" @update="onPointsUpdate" />
|
|
@@ -121,7 +120,6 @@ import Files from '@/components/files'
|
|
|
import TagManager from '@/components/files/TagManager'
|
|
|
import sync, { beforeChangeURL, loadSourceScene, loadTargetScene, setPanoWithBim, flyToP1P2 } from '@/utils/sync'
|
|
|
import i18n from '@/i18n'
|
|
|
-import DesignOption from './DesignOption'
|
|
|
import Rules from './Rules'
|
|
|
const { t } = i18n.global
|
|
|
const isDev = process.env.VUE_APP_TEST == 1
|