bill 11 månader sedan
förälder
incheckning
cb6af12d9e

+ 3 - 3
src/api/constant.ts

@@ -26,19 +26,19 @@ export const SCENE_LIST_ALL = `/fusion/api/scene/list`
 export const MODEL_LIST = `/fusion/case/sceneList`
 export const MODEL_SIGN = `/fusion/model/getInfo`
 
-// 标列表
+// 标列表
 export const TAGGING_LIST = `/fusion/caseTag/allList`
 export const INSERT_TAGGING = `/fusion/caseTag/add`
 export const UPDATE_TAGGING = `/fusion/caseTag/update`
 export const DELETE_TAGGING = `/fusion/caseTag/delete`
 
-// 标放置列表
+// 标放置列表
 export const TAGGING_POINT_LIST = `/fusion/caseTagPoint/allList`
 export const INSERT_TAGGING_POINT = `/fusion/caseTagPoint/place`
 export const UPDATE_TAGGING_POINT = `/fusion/caseTagPoint/update`
 export const DELETE_TAGGING_POINT = `/fusion/caseTagPoint/delete`
 
-// 标样式类型列表
+// 标样式类型列表
 export const TAGGING_STYLE_LIST = '/fusion/edit/hotIcon/list'
 export const INSERT_TAGGING_STYLE = '/fusion/edit/hotIcon/add'
 export const DELETE_TAGGING_STYLE = '/fusion/edit/hotIcon/delete'

+ 1 - 1
src/router/constant.ts

@@ -74,7 +74,7 @@ export const metas = {
   [RoutesName.registration]: { full: true, sysTitle: "多元融合" },
   [RoutesName.tagging]: {
     icon: "label",
-    title: "标",
+    title: "标",
     sysTitle: "多元融合",
   },
   [RoutesName.guide]: {

+ 1 - 1
src/sdk/association/tagging.ts

@@ -9,7 +9,7 @@ import { SDK } from '../sdk'
 
 
 
-// -----------------热点关联--------------------
+// -----------------标签关联--------------------
 
 export const associationTaggings = (sdk: SDK, el: HTMLDivElement) => {
   const getTaggings = () => taggings.value

+ 1 - 1
src/sdk/cover/index.js

@@ -1177,7 +1177,7 @@ export const enter = ({ dom, mapDom, isLocal, lonlat, scenes }) => {
 
 
 
-        addTag(info) {//加热点
+        addTag(info) {//加标签
             let bus = mitt()
             let tag
 

+ 1 - 1
src/views/record/index.vue

@@ -60,7 +60,7 @@ const getSignRecord = (record: Record): RecordProcess => ({
 })
 
 const setOptions = [
-  { value: 'tagging', label: '标' },
+  { value: 'tagging', label: '标' },
   { value: 'measure', label: '测量' },
 ] as const
 

+ 1 - 1
src/views/summary/index.vue

@@ -35,7 +35,7 @@ import Guides from '@/views/guide/show.vue'
 
 enum TabKey { tagging, measure, guide }
 const tabs = [
-  { key: TabKey.tagging, text: '标' },
+  { key: TabKey.tagging, text: '标' },
   { key: TabKey.measure, text: '测量' },
   { key: TabKey.guide, text: '路径' },
 ]

+ 1 - 1
src/views/tagging-position/index.vue

@@ -100,7 +100,7 @@ watchEffect((onCleanup) => {
 });
 useViewStack(autoSaveTaggings);
 useViewStack(() => {
-  const hide = Message.show({ msg: "请在模型上单击选择标位置", type: "warning" });
+  const hide = Message.show({ msg: "请在模型上单击选择标位置", type: "warning" });
   enterEdit(() => router.back());
   return hide;
 });

+ 3 - 3
src/views/tagging/edit.vue

@@ -2,7 +2,7 @@
   <div class="edit-hot-layer">
     <div class="edit-hot-item">
       <h3 class="edit-title">
-        标
+        标
         <ui-icon type="close" ctrl @click.stop="$emit('quit')" class="edit-close" />
       </h3>
       <StylesManage
@@ -16,7 +16,7 @@
         require
         class="input"
         width="100%"
-        placeholder="请输入热点标题"
+        placeholder="请输入标签标题"
         type="text"
         v-model="tagging.title"
         maxlength="15"
@@ -129,7 +129,7 @@ watchEffect(() => {
 
 const submitHandler = () => {
   if (!tagging.value.title.trim()) {
-    Message.error("标标题必须填写!");
+    Message.error("标标题必须填写!");
   } else if (!tagging.value.images.length) {
     Message.error("至少上传一张图片!");
   } else {

+ 1 - 1
src/views/tagging/index.vue

@@ -10,7 +10,7 @@
         </template>
       </ui-group>
     </template>
-    <ui-group title="标列表" class="tagging-list">
+    <ui-group title="标列表" class="tagging-list">
       <template #icon>
         <ui-icon 
           ctrl

+ 1 - 1
src/views/tagging/show.vue

@@ -1,5 +1,5 @@
 <template>
-  <ui-group title="标列表" class="show-taggings">
+  <ui-group title="标列表" class="show-taggings">
     <template #icon>
       <ui-icon 
         ctrl