xiaoqiao hai 11 meses
pai
achega
48f562b44f

+ 1 - 1
h5app/public/index.html

@@ -2,7 +2,7 @@
 <html lang="en">
 <head>
     <meta charset="utf-8"/>
-    <title>华北油田AI搜索</title>
+    <title>油田勘探AI检索系统</title>
 
     <base href="/"/>
 

+ 2 - 2
src/main/resources/static/a4gis/index.html

@@ -3,7 +3,7 @@
 <head>
   <meta charset="utf-8" />
   <meta http-equiv="X-UA-Compatible" content="IE=edge" />
-  <title>华北油田生产指挥平台</title>
+  <title>生产指挥平台</title>
   <link rel="stylesheet" href="./css/cascader.css" type="text/css">
   <style>
     html, body, #map {
@@ -749,7 +749,7 @@
       app.graLayer.clear();
       map.ClearGraphic();
       if (type) {
-        $("#info").html("提示:对“华北油田-井”图层进行查询。");
+        $("#info").html("提示:对“井”图层进行查询。");
       } else {
         $("#info").html("");
       }

BIN=BIN
vue/public/favicon.ico


BIN=BIN
vue/src/assets/images/logo-login.png


BIN=BIN
vue/src/assets/images/logo-login2.png


+ 1 - 1
vue/src/layout/header/index.vue

@@ -2,7 +2,7 @@
   <Layout.Header :style="headerStyle" class="layout-header">
     <Space :size="30">
       <img style="height: 52px;" src="~@/assets/images/logo-login.png" alt=""/>
-      <span style="font-size: 30px;margin-left:-10px;">华北油田AI搜索</span>
+      <span style="font-size: 30px;margin-left:-10px;">华北油田智能检索</span>
     </Space>
     <Space :size="20">
       <!--      <Search />-->

+ 1 - 1
vue/src/router/outsideLayout.ts

@@ -9,7 +9,7 @@ export const LoginRoute: RouteRecordRaw = {
   name: LOGIN_NAME,
   component: () => import(/* webpackChunkName: "login" */ '@/views/login/index.vue'),
   meta: {
-    title: '华北油田AI搜索',
+    title: '华北油田智能检索',
   },
 };
 

+ 2 - 2
vue/src/views/login/index.vue

@@ -2,8 +2,8 @@
   <div class="login-box">
     <div class="login-logo">
       <!-- <svg-icon name="logo" :size="45" />-->
-      <img src="~@/assets/images/logo-login.png" width="75" />
-      <h1 class="mb-0 ml-2 text-3xl font-bold" style="font-size: 2.675rem;">华北油田AI搜索</h1>
+      <img src="~@/assets/images/logo-login2.png" width="75" />
+      <h1 class="mb-0 ml-2 text-3xl font-bold" style="font-size: 2.675rem;">华北油田智能检索</h1>
     </div>
     <a-form layout="horizontal" :model="state.formInline" @submit.prevent="handleSubmit" style="border: 1px solid #f0f0f0;width: 600px;height: 400px;padding: 100px;">
       <div style="width: 400px;height: 400px; border-radius: 10px;">

+ 1 - 1
vue/vue.config.js

@@ -89,7 +89,7 @@ module.exports = defineConfig({
     }
 
     config.plugin('html').tap((args) => {
-      args[0].title = '华北油田AI搜索';
+      args[0].title = '华北油田智能检索';
       return args;
     });