shaogen1995 1 year ago
parent
commit
75010e1ba9
1 changed files with 2 additions and 2 deletions
  1. 2 2
      code/src/components/ArcOrBuildInfo/index.tsx

+ 2 - 2
code/src/components/ArcOrBuildInfo/index.tsx

@@ -108,14 +108,14 @@ function ArcOrBuildInfo({ info, type }: Props) {
           src={`${modelUrl}model.html?m=${info.id}&n=new&r=${type}`}
           frameBorder="0"
         ></iframe>
-        {/* 进入室内按钮 */}
+        {/* VR漫游按钮 */}
         {type === "C2ArchitecInfo" && info.code ? (
           <div
             hidden={full}
             className="C2rToScene"
             onClick={() => getUrlHashFu(info.code, "scene")}
           >
-            进入室内
+            VR漫游
           </div>
         ) : null}