Ver código fonte

初始修改完工

shaogen1995 2 anos atrás
pai
commit
f8fa7e0ca9

+ 1 - 1
backstage/public/index.html

@@ -5,7 +5,7 @@
     <meta http-equiv="X-UA-Compatible" content="IE=edge">
     <meta name="viewport" content="width=device-width,initial-scale=1.0">
     <link rel="icon" href="<%= BASE_URL %>favicon.png">
-    <title>武警北京市总队执勤第支队数字史馆</title>
+    <title>武警北京市总队执勤第支队数字史馆</title>
   </head>
   <body>
     <noscript>

+ 1 - 1
backstage/src/assets/font/iconfont.json

@@ -1,6 +1,6 @@
 {
   "id": "1855608",
-  "name": "武警北京市总队执勤第支队数字史馆",
+  "name": "武警北京市总队执勤第支队数字史馆",
   "font_family": "iconfont",
   "css_prefix_text": "icon",
   "description": "展示界面和管理后台",

+ 1 - 1
backstage/src/configue/http.js

@@ -8,7 +8,7 @@ const vue = new Vue();
 var isProduction = process.env.NODE_ENV === "production";
 let loading = "";
 
-const serverName = isProduction ? "/" : "http://192.168.20.245:8017/";
+const serverName = isProduction ? "/" : "http://192.168.20.245:8015/";
 
 const serverLocation = window.location.hostname;
 

+ 1 - 1
backstage/src/pages/layout/head.vue

@@ -3,7 +3,7 @@ passworddialog.vue<!--  -->
   <div class="header card">
     <div class="header-title">
       <img src="@/assets/img/logo.png" alt="" />
-      <span>武警北京市总队执勤第支队数字史馆</span>
+      <span>武警北京市总队执勤第支队数字史馆</span>
     </div>
     <div class="header-user">
       <div class="avatars">

+ 2 - 2
backstage/src/pages/login/index.vue

@@ -4,13 +4,13 @@
   <div class="layout-con">
     <div class="logo">
       <img :src="require('@/assets/img/logo.png')" alt="">
-      <span>武警北京市总队执勤第支队</span>
+      <span>武警北京市总队执勤第支队</span>
     </div>
     <img class="bg" :src="require('@/assets/img/bg.jpg')" alt="">
     <div class="mask"></div>
     <div class="middle">
       <div class="middle-left">
-        <div>武警北京市总队执勤第支队<br/>数字史馆管理后台</div>
+        <div>武警北京市总队执勤第支队<br/>数字史馆管理后台</div>
       </div>
       <div class="middle-right">
         <el-form class="middle-form" :rules="ruleLogin" status-icon :model="formLogin" ref="formLogin">

+ 1 - 1
edit-backstage/edit.html

@@ -6,7 +6,7 @@
     <meta name="viewport"
         content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no, minimal-ui">
     <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
-    <title>武警北京市总队执勤第支队</title>
+    <title>武警北京市总队执勤第支队</title>
     <meta name="description" content="3D camera">
     <meta property="og:title" content="3D camera">
     <meta property="og:description" content="3D Showcase">

+ 1 - 1
model-page/model.html

@@ -6,7 +6,7 @@
 <html>
 
 <head>
-    <title>北京武警执勤第支队</title>
+    <title>北京武警执勤第支队</title>
     <!-- <script src="https://model3d.4dage.com/3D/2018/model/DG/js/4dage.js"></script> -->
     <script src="./js/4dage.js"></script>
     <style>

+ 1 - 1
web/public/index.html

@@ -8,7 +8,7 @@
     <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no, minimal-ui">
     <meta name="format-detection" content="telephone=no">
     <link rel="icon" href="<%= BASE_URL %>favicon.png">
-    <title>武警北京市总队执勤第支队数字史馆门户网站</title>
+    <title>武警北京市总队执勤第支队数字史馆门户网站</title>
   </head>
   <body>
     <div id="app"></div>

+ 1 - 1
web/public/scene.html

@@ -8,7 +8,7 @@
     <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no, minimal-ui">
     <meta name="format-detection" content="telephone=no">
     <link rel="stylesheet" href="<%= VUE_APP_STATIC_DIR %>/lib/leaflet.css" />
-    <title>武警北京市总队执勤第支队数字史馆门户网站</title>
+    <title>武警北京市总队执勤第支队数字史馆门户网站</title>
 
     <style>
       .leaflet-marker-icon{

BIN
web/public/static/img/1.jpg


BIN
web/public/static/img/map.png


BIN
web/src/assets/images/map.png


+ 1 - 1
web/src/config/api.js

@@ -328,7 +328,7 @@ export function getNewsDetail(data, cb=()=>{}) {
 export function getSomeData(cb=()=>{}) {
   axios({
     method: "get",
-    url: `${serverName}/work/30/someData.json`,
+    url: `${serverName}/work/33/someData.json`,
   }).then((res) => {
     cb(res);
   });

+ 1 - 1
web/src/config/http.js

@@ -2,7 +2,7 @@ import axios from 'axios'
 
 var isProduction = process.env.NODE_ENV === 'production'
 
-const serverName = isProduction ? '' : 'http://192.168.20.245:8017'
+const serverName = isProduction ? '' : 'http://192.168.20.245:8015'
 
 const orginLink = window.location.origin
 

+ 1 - 1
web/src/views/home/Carousel.vue

@@ -14,7 +14,7 @@ export default {
   methods:{
     goto(){
       // 邵根 初始页面 全景图码
-      this.$router.push({path:'/scene/?sceneCode=LC720_bEooZJvg8'})
+      this.$router.push({path:'/scene/?sceneCode=LC720_aUrdz4WuI'})
     }
   },
   data() {

+ 39 - 44
web/src/views/honor/index.vue

@@ -4,7 +4,7 @@
     <div class="d-body">
       <ul>
         <li @click="onclickhonor(item)" v-for="(item, i) in list" :key="i">
-          <img :src="`${$serverName}${item.icon}?${Math.random()}`" alt="" />
+          <img :src="`static/img/${i+1}.jpg`" alt="" />
           <!-- <img :src="require(`@/assets/images/honor/default.png`)" alt=""> -->
           <span>
             {{ item.name }}
@@ -26,108 +26,101 @@ export default {
   data() {
     return {
       list: [
-      {
-          sceneCode: "LC720_9fFmWHrm1",
+        {
+          sceneCode: "LC720_VHrShYeqT",
           name: "一中队",
         },
         {
-          sceneCode: "LC720_unONNv0a4",
+          sceneCode: "LC720_uxDxE2WKr",
           name: "二中队",
         },
         {
-          sceneCode: "LC720_91j2faLyn",
+          sceneCode: "LC720_lXTNhlnmo",
           name: "三中队",
         },
         {
-          sceneCode: "LC720_k6RxhfKEw",
+          sceneCode: "LC720_2Mjhi0ygD",
           name: "四中队",
         },
         {
-          sceneCode: "LC720_JrZQrZaNS",
+          sceneCode: "LC720_Po74BxXp2",
           name: "五中队",
         },
         {
-          sceneCode: "LC720_lGlpWOnDC",
+          sceneCode: "LC720_djBlhZQdT",
           name: "六中队",
         },
         {
-          sceneCode: "LC720_uGVjGS6Sr",
+          sceneCode: "LC720_TKXNrOCJs",
           name: "七中队",
         },
         {
-          sceneCode: "LC720_FIQSwpGsi",
+          sceneCode: "LC720_69FApv3Qh",
           name: "八中队",
         },
         {
-          sceneCode: "LC720_8eaxCdLGL",
+          sceneCode: "LC720_M7Z1z3oiY",
           name: "九中队",
         },
         {
-          sceneCode: "LC720_HaaSU4GRA",
+          sceneCode: "LC720_lHQOZob9Z",
           name: "十中队",
-        },        {
-          sceneCode: "LC720_uhZ1yAARn",
+        },
+        {
+          sceneCode: "LC720_f2biUHVg2",
           name: "十一中队",
         },
         {
-          sceneCode: "LC720_wIROcI2Kl",
+          sceneCode: "LC720_37N6UdQlq",
           name: "十二中队",
         },
         {
-          sceneCode: "LC720_vbkqylBW6",
+          sceneCode: "LC720_osReuy6Ja",
           name: "十三中队",
         },
         {
-          sceneCode: "LC720_JmNEfhkAT",
+          sceneCode: "LC720_IC3kNHFOd",
           name: "十四中队",
         },
         {
-          sceneCode: "LC720_WYTs4EI2e",
+          sceneCode: "LC720_sfcSQA0pi",
           name: "十五中队",
         },
         {
-          sceneCode: "LC720_XDKbIW2WJ",
+          sceneCode: "LC720_RN6y9QlYc",
           name: "十六中队",
         },
         {
-          sceneCode: "LC720_YVwkYXwYT",
-          name: "十七中队",
-        },
-        {
-          sceneCode: "LC720_hZUE4PhH6",
-          name: "十八中队",
-        },
-        {
-          sceneCode: "LC720_lWzSrkhUG",
-          name: "十九中队",
+          sceneCode: "LC720_1mCdByJko",
+          name: "供应保障中队",
         },
         {
-          sceneCode: "LC720_B8Ulcq6Nf",
-          name: "二十中队",
+          sceneCode: "LC720_QfswYRas5",
+          name: "警勤中队",
         },
         {
-          sceneCode: "LC720_NnjDFtMVR",
-          name: "国宾护卫中队",
+          sceneCode: "LC720_wJN5vuDEa",
+          name: "勤务保障中队",
         },
         {
-          sceneCode: "LC720_mCRMY2zFR",
-          name: "仪仗中队",
+          sceneCode: "LC720_w0Cz25j6S",
+          name: "机动一中队",
         },
         {
-          sceneCode: "LC720_GjykBqKU1",
-          name: "机动中队",
+          sceneCode: "LC720_Lb5QZmIe9",
+          name: "机动中队",
         },
         {
-          sceneCode: "LC720_Q8odD4T2H",
-          name: "警勤中队",
+          sceneCode: "LC720_VtSjh3mxe",
+          name: "机动三中队",
         },
         {
-          sceneCode: "LC720_KkZhVI5Y7",
-          name: "供应保障中队",
+          sceneCode: "LC720_v8TSFIA31",
+          name: "机动四中队",
         },
         {
-          sceneCode: "LC720_XQHQbzVJI",
-          name: "卫生队",
+          sceneCode: "LC720_SFjjEJRlg",
+          name: "特战中队",
         },
       ],
     };
@@ -162,7 +155,7 @@ export default {
 
       this.list = tmp;
 
-      console.log('123',this.list);
+      console.log("123", this.list);
     });
   },
 };
@@ -207,6 +200,8 @@ export default {
 
         >img {
           width: 100%;
+          // height: 100%;
+          // object-fit: contain;
         }
 
         >span {

+ 1 - 1
web/src/views/layout/footer.vue

@@ -10,7 +10,7 @@
         <p>友情链接:<a href="http://25.21.144.120/" target="_blank">新疆生产建设兵总队网</a></p>
       </li>
       <li>
-        <p>版权所有:武警北京市总队执勤第支队数字史馆</p>
+        <p>版权所有:武警北京市总队执勤第支队数字史馆</p>
         <p>CopyRights 2016, All Rights Reserved.</p>
       </li>
       <li>

+ 1 - 1
web/src/views/layout/header.vue

@@ -5,7 +5,7 @@
         <img class="logo_bg" :src="require(`@/assets/images/icon/logo_dec.png`)" alt="" />
         <img class="i_logo" @click="gotoHome" :src="require('@/assets/images/icon/logo.png')" alt="" />
       </div>
-      <span @click="gotoHome">武警北京市总队执勤第支队数字史馆</span>
+      <span @click="gotoHome">武警北京市总队执勤第支队数字史馆</span>
     </div>
 
     <div class="nav-right">

+ 1 - 1
web/src/views/scene/scene.vue

@@ -437,7 +437,7 @@ export default {
       }
 
       window.embedpano({
-        xml: `${this.$serverName}/work/30/tour${this.$serverName ? "_test" : ""}.xml`,
+        xml: `${this.$serverName}/work/33/tour${this.$serverName ? "_test" : ""}.xml`,
         swf: "%HTMLPATH%/static/lib/krpano/tour.swf",
         target: "pano",
         html5: "auto",