shaogen1995 před 1 rokem
rodič
revize
636cab1f0d

binární
audioAll/1-wc.mp3


binární
audioAll/3-wc.mp3


binární
audioAll/4-wc.mp3


+ 4 - 4
pc/src/App.tsx

@@ -24,12 +24,12 @@ function App() {
           <Switch>
             
             {/* 线上开发 */}
-            <Route exact path="/" component={Home} />
-            <Route exact path="/goods" component={Goods} />
+            {/* <Route exact path="/" component={Home} />
+            <Route exact path="/goods" component={Goods} /> */}
 
             {/* 本地化 */}
-            {/* <Route exact path="/" component={Goods} />
-            <Route exact path="/home" component={Home} /> */}
+            <Route exact path="/" component={Goods} />
+            <Route exact path="/home" component={Home} />
 
             {/* 找不到页面 */}
             <Route path="*" component={NotFound} />

+ 3 - 3
pc/src/pages/A2_Goods/GoodsInfo/index.tsx

@@ -53,16 +53,16 @@ function GoodsInfo({ data, closePageFu }: Props) {
           {/* 左边模型 */}
           <div className="infoL">
             {/* 线上开发 */}
-            <iframe src={data.link} frameBorder="0"></iframe>
+            {/* <iframe src={data.link} frameBorder="0"></iframe> */}
 
             {/* 本地化 */}
-            {/* <iframe
+            <iframe
               src={data.link.replace(
                 "https://4dscene.4dage.com/culturalrelics",
                 ""
               )}
               frameBorder="0"
-            ></iframe> */}
+            ></iframe>
           </div>
           {/* 右边信息 */}
           <div className="infoR">

+ 1 - 1
pc/src/pages/A2_Goods/index.tsx

@@ -70,7 +70,7 @@ function A2_Goods() {
       {/* 回到首页 */}
 
       {/* 本地化 + hidden */}
-      <div className="toHomeBox" onClick={() => history.push("/")}></div>
+      <div className="toHomeBox" onClick={() => history.push("/")} hidden></div>
       {/* 文物主体 */}
       <div className="goodsMain" id="goddsSwBox">
         <div

Rozdílová data souboru nebyla zobrazena, protože soubor je příliš velký
+ 21 - 21
pc/src/utils/data.ts