Kaynağa Gözat

去掉仙桃、烟草等关键字

zhangshuling 1 yıl önce
ebeveyn
işleme
ed9bb3f0bc

+ 1 - 1
xzl-ui/.env.production

@@ -1,5 +1,5 @@
 # 页面标题
-VUE_APP_TITLE = 仙桃烟草用户画像管理系统
+VUE_APP_TITLE = 用户画像管理系统
 
 # 生产环境配置
 ENV = 'production'

+ 1 - 1
xzl-ui/package.json

@@ -1,7 +1,7 @@
 {
   "name": "xzl",
   "version": "3.8.6",
-  "description": "仙桃烟草用户画像管理系统",
+  "description": "用户画像管理系统",
   "author": "XZL",
   "license": "MIT",
   "scripts": {

+ 2 - 0
xzl-ui/public/index.html

@@ -5,7 +5,9 @@
     <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
     <meta name="renderer" content="webkit">
     <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
+    <!--
     <link rel="icon" href="<%= BASE_URL %>favicon.ico">
+    -->
     <title><%= webpackConfig.name %></title>
     <!--[if lt IE 11]><script>window.location.href='/html/ie.html';</script><![endif]-->
 	  <style>

BIN
xzl-ui/src/assets/logo/logo.png


+ 1 - 1
xzl-ui/src/views/login.vue

@@ -1,7 +1,7 @@
 <template>
   <div class="login">
     <el-form ref="loginForm" :model="loginForm" :rules="loginRules" class="login-form">
-      <h3 class="title">仙桃烟草用户画像管理系统</h3>
+      <h3 class="title">用户画像管理系统</h3>
       <el-form-item prop="username">
         <el-input
           v-model="loginForm.username"