Bladeren bron

getAttachListByPsw 修改分享

tangning 3 jaren geleden
bovenliggende
commit
18fbf362fd
5 gewijzigde bestanden met toevoegingen van 6 en 6 verwijderingen
  1. 1 1
      public/index.html
  2. 2 2
      src/request/config.js
  3. 1 1
      src/view/home/index.vue
  4. 1 1
      src/view/layout/top/index.vue
  5. 1 1
      src/view/system/login.vue

+ 1 - 1
public/index.html

@@ -9,7 +9,7 @@
   </head>
   </head>
   <body>
   <body>
     <noscript>
     <noscript>
-      <strong>Three-dimensional remote prospecting platform of fire scene of Fire Resue</strong>
+      <strong>Three-dimensional remote prospecting platform of fire scene of Fire Rescue</strong>
     </noscript>
     </noscript>
     <div id="app"></div>
     <div id="app"></div>
     <div id="dialog"></div>
     <div id="dialog"></div>

+ 2 - 2
src/request/config.js

@@ -159,7 +159,7 @@ export const fireDetail = '/web/fireProject/getProjectDetail'
 // export const fireDetailByPsw = '/web/fireProject/getDetailWithoutAuth'
 // export const fireDetailByPsw = '/web/fireProject/getDetailWithoutAuth'
 
 
 // 获取火调详情
 // 获取火调详情
-export const fireDetailByPsw = '/web/fireProject/wxAnonGetDetail'
+export const fireDetailByPsw = '/web/fireProject/getDetailWithoutAuth' //wxAnonGetDetail
 /** ------------------------------------------ */
 /** ------------------------------------------ */
 
 
 
 
@@ -175,7 +175,7 @@ export const insertMessage = '/web/message/addNew'
 export const getAttachList = '/web/attachment/getListByProject'
 export const getAttachList = '/web/attachment/getListByProject'
 // export const getAttachListByPsw = '/web/attachment/getListByAnon'
 // export const getAttachListByPsw = '/web/attachment/getListByAnon'
 
 
-export const getAttachListByPsw = '/web/attachment/wxAnonGetList'
+export const getAttachListByPsw = '/web/attachment/getListByAnon' // wxAnonGetList
 
 
 // 新增火调
 // 新增火调
 export const insertAttach = '/web/attachment/addNew'
 export const insertAttach = '/web/attachment/addNew'

+ 1 - 1
src/view/home/index.vue

@@ -4,7 +4,7 @@
     <div class="home-content">
     <div class="home-content">
       <img src="@/assets/image/logo_big.png" alt="">
       <img src="@/assets/image/logo_big.png" alt="">
       <h1>消防火调三维远程勘验平台</h1>
       <h1>消防火调三维远程勘验平台</h1>
-      <p>Three-dimensional remote prospecting platform of fire scene of Fire Resue</p>
+      <p>Three-dimensional remote prospecting platform of fire scene of Fire Rescue</p>
     </div>
     </div>
     <div class="foot">
     <div class="foot">
       <!-- <p> 广东省消防救援总队火场三维数据平台</p> -->
       <!-- <p> 广东省消防救援总队火场三维数据平台</p> -->

+ 1 - 1
src/view/layout/top/index.vue

@@ -2,7 +2,7 @@
   <div class="top" :class="{system: isSystem}">
   <div class="top" :class="{system: isSystem}">
     <div class="title">
     <div class="title">
       <img src="@/assets/image/img_login_logo.png">
       <img src="@/assets/image/img_login_logo.png">
-      <h2>消防火调三维远程勘验平台<span>Three-dimensional remote prospecting platform of fire scene of Fire Resue</span></h2>
+      <h2>消防火调三维远程勘验平台<span>Three-dimensional remote prospecting platform of fire scene of Fire Rescue</span></h2>
     </div>
     </div>
     <div class="oper-btns" v-if="!isSystem && info">
     <div class="oper-btns" v-if="!isSystem && info">
       <div class="user-menu">
       <div class="user-menu">

+ 1 - 1
src/view/system/login.vue

@@ -6,7 +6,7 @@
     <div class="content">
     <div class="content">
     <div class="info">
     <div class="info">
         <h1>消防火调三维远程勘验平台</h1>
         <h1>消防火调三维远程勘验平台</h1>
-        <p>Three-dimensional remote prospecting platform of fire scene of Fire Resue</p>
+        <p>Three-dimensional remote prospecting platform of fire scene of Fire Rescue</p>
     </div>
     </div>
     <el-form class="panel login" :model="form" @submit.stop>
     <el-form class="panel login" :model="form" @submit.stop>
       <h2>欢迎登录</h2>
       <h2>欢迎登录</h2>