wangtao 2 роки тому
батько
коміт
b9f5c50fe0

+ 2 - 2
.env.development

@@ -1,10 +1,10 @@
 # 页面标题
-VUE_APP_TITLE = 东信智慧运营中心
+VUE_APP_TITLE = 智慧运营中心
 
 # 开发环境配置
 ENV = 'development'
 
-# 东信智慧运营中心/开发环境
+# 智慧运营中心/开发环境
 VUE_APP_BASE_API = ''
 
 # 路由懒加载

+ 1 - 1
.env.production

@@ -1,5 +1,5 @@
 # 页面标题
-VUE_APP_TITLE = 东信智慧运营中心
+VUE_APP_TITLE = 智慧运营中心
 
 # 生产环境配置
 ENV = 'production'

+ 1 - 1
.env.staging

@@ -1,5 +1,5 @@
 # 页面标题
-VUE_APP_TITLE = 东信智慧运营中心
+VUE_APP_TITLE = 智慧运营中心
 
 NODE_ENV = production
 

+ 1 - 1
README.md

@@ -1,4 +1,4 @@
-## 开发 东信运营中心(接口涉及设备设施、安防、、)
+## 开发 运营中心(接口涉及设备设施、安防、、)
 
 ```bash
 # 克隆项目

+ 1 - 1
package.json

@@ -1,7 +1,7 @@
 {
     "name": "dongxin",
     "version": "3.6.0",
-    "description": "东信智慧运营中心",
+    "description": "智慧运营中心",
     "author": "wt",
     "license": "MIT",
     "scripts": {

+ 1 - 1
src/components2/seHeader/index.vue

@@ -8,7 +8,7 @@
       <el-col :span="24" class="time">{{ date }}</el-col>
     </el-col>
     <el-col :span="12">
-      <el-col :span="24" class="title">中国东信南宁总部大楼</el-col>
+      <el-col :span="24" class="title">中国南宁总部大楼</el-col>
     </el-col>
     <el-col :span="6">
       <el-col :span="24" class="logo">

+ 1 - 1
src/layout/components/Sidebar/Logo.vue

@@ -52,7 +52,7 @@ export default {
   },
   data() {
     return {
-      title: "东信智慧运营中心",
+      title: "智慧运营中心",
       logo: logoImg,
     };
   },

+ 2 - 2
src/views/index.vue

@@ -18,8 +18,8 @@
           </el-col>
         </el-col>
         <el-col  id="middleWrap" >
-          <!-- <iframe  style="width:100%;height:100%;border:none;" id="iframe" src='http://www.thingjs.com/s/ef7ee6a73896c01bda77e679?params=105b0f77fd24654d4eebc434e9'></iframe> -->
-          <iframe  style="width:100%;height:100%;border:none;" id="iframe" src='http://10.21.39.6:9000/'></iframe>
+          <iframe  style="width:100%;height:100%;border:none;" id="iframe" src='http://www.thingjs.com/s/ef7ee6a73896c01bda77e679?params=105b0f77fd24654d4eebc434e9'></iframe>
+          <!-- <iframe  style="width:100%;height:100%;border:none;" id="iframe" src='http://10.21.39.6:9000/'></iframe> -->
         </el-col>
         <el-col  class="rightWrap">
           <weather alt="天气"/>

+ 1 - 1
src/views/register.vue

@@ -1,7 +1,7 @@
 <template>
   <div class="register">
     <el-form ref="registerForm" :model="registerForm" :rules="registerRules" class="register-form">
-      <h3 class="title">东信智慧运营中心</h3>
+      <h3 class="title">智慧运营中心</h3>
       <el-form-item prop="username">
         <el-input v-model="registerForm.username" type="text" auto-complete="off" placeholder="账号">
           <svg-icon slot="prefix" icon-class="user" class="el-input__icon input-icon" />

+ 3 - 3
vue.config.js

@@ -5,7 +5,7 @@ function resolve(dir) {
     return path.join(__dirname, dir)
 }
 
-const name = process.env.VUE_APP_TITLE || '东信智慧运营中心' // 网页标题
+const name = process.env.VUE_APP_TITLE || '智慧运营中心' // 网页标题
 
 const port = process.env.port || process.env.npm_config_port || 80 // 端口
 
@@ -34,7 +34,7 @@ module.exports = {
             // detail: https://cli.vuejs.org/config/#devserver-proxy
             [process.env.VUE_APP_BASE_API]: {
                 //target: `http://172.16.120.104:8084/`, //本地
-                target: 'https://smartpark.caih.com/', //东信
+                target: 'https://smartpark.caih.com/', //
                 changeOrigin: true,
                 pathRewrite: {
                     ['^' + process.env.VUE_APP_BASE_API]: ''
@@ -125,4 +125,4 @@ module.exports = {
                 }
             )
     }
-}
+}