|
|
@@ -67,6 +67,7 @@
|
|
|
<div class="settings-view-wrapper">
|
|
|
<OpeningTipSettings v-show="activeTab === '开场提示'"></OpeningTipSettings>
|
|
|
<PasswordSettings v-show="activeTab === '访问密码'"></PasswordSettings>
|
|
|
+ <AutoCruiseSettings v-show="activeTab === '自动巡游'"></AutoCruiseSettings>
|
|
|
</div>
|
|
|
</div>
|
|
|
<eidt-panel
|
|
|
@@ -115,6 +116,7 @@ import { getMaterialList} from "@/api";
|
|
|
import EidtPanel from "./EditPanel";
|
|
|
import OpeningTipSettings from '@/views/base/openingTipSettings.vue'
|
|
|
import PasswordSettings from "@/views/base/passwordSettings.vue";
|
|
|
+import AutoCruiseSettings from '@/views/base/autoCruiseSettings.vue'
|
|
|
import Table from "@/components/tableSelect";
|
|
|
import Table2 from "@/components/tableSelect2";
|
|
|
import Select from "@/components/select";
|
|
|
@@ -130,6 +132,7 @@ export default {
|
|
|
Select,
|
|
|
OpeningTipSettings,
|
|
|
PasswordSettings,
|
|
|
+ AutoCruiseSettings,
|
|
|
},
|
|
|
data() {
|
|
|
return {
|
|
|
@@ -343,7 +346,6 @@ export default {
|
|
|
outline: none;
|
|
|
width: 100%;
|
|
|
height: calc(100% - 30px);
|
|
|
- padding: 0;
|
|
|
color: #fff;
|
|
|
letter-spacing: 1px;
|
|
|
font-size: 14px;
|