戴艳蓉 3 年 前
コミット
6ab0c64d71

+ 1 - 1
dist/index.html

@@ -9,7 +9,7 @@
       };
       f.parentNode.insertBefore(h, f);
       h.src = e
-    })(window, document, "https://g.alicdn.com/woodpeckerx/jssdk??wpkReporter.js", "__wpk");</script><title>五常稻田</title><style>[v-cloak] {
+    })(window, document, "https://g.alicdn.com/woodpeckerx/jssdk??wpkReporter.js", "__wpk");</script><title>藏金1745管理系统</title><style>[v-cloak] {
       display: none;
     }</style><script src=./static/vue.min.js rel=preload as=script></script><script src=./static/vue-router.min.js rel=preload as=script></script><script src=./static/axios@0.21.0.min.js rel=preload as=script></script><meta name=wpk-bid content=dta_1_1184953963><script>!(function (c, i, e, b) {
       var h = i.createElement("script");

ファイルの差分が大きいため隠しています
+ 0 - 0
dist/static/js/app.c1e832bb.js


ファイルの差分が大きいため隠しています
+ 0 - 0
dist/static/js/chunk-357ac653.e81b8a5c.js


+ 1 - 1
dist/static/js/chunk-6b5f92f5.989221b9.js

@@ -1 +1 @@
-(window.webpackJsonp=window.webpackJsonp||[]).push([["chunk-6b5f92f5"],{"04f5":function(t,e,n){"use strict";n("4554")},4554:function(t,e,n){},9406:function(t,e,n){"use strict";n.r(e),n("2f62");var a={name:"dashboard",data:function(){return{}},created:function(){}};n("04f5"),n=n("2877"),a=Object(n.a)(a,(function(){var t=this;t.$createElement;return t._self._c,t._m(0)}),[function(){var t=this,e=t.$createElement;e=t._self._c||e;return e("div",{staticClass:"dashboard-container"},[e("div",{staticClass:"dashboard-editor-container"},[e("div",{staticClass:"info-container clearfix"},[e("span",{staticClass:"welcome-title"},[t._v("欢迎登录")]),e("span",{staticClass:"welcome-title"},[t._v("五常稻田运营端")])])])])}],!1,null,"5f8485ee",null);e.default=a.exports}}]);
+(window.webpackJsonp=window.webpackJsonp||[]).push([["chunk-6b5f92f5"],{"04f5":function(t,e,n){"use strict";n("4554")},4554:function(t,e,n){},9406:function(t,e,n){"use strict";n.r(e),n("2f62");var a={name:"dashboard",data:function(){return{}},created:function(){}};n("04f5"),n=n("2877"),a=Object(n.a)(a,(function(){var t=this;t.$createElement;return t._self._c,t._m(0)}),[function(){var t=this,e=t.$createElement;e=t._self._c||e;return e("div",{staticClass:"dashboard-container"},[e("div",{staticClass:"dashboard-editor-container"},[e("div",{staticClass:"info-container clearfix"},[e("span",{staticClass:"welcome-title"},[t._v("欢迎登录")]),e("span",{staticClass:"welcome-title"},[t._v("藏金1745管理系统运营端")])])])])}],!1,null,"5f8485ee",null);e.default=a.exports}}]);

ファイルの差分が大きいため隠しています
+ 0 - 0
dist/static/js/chunk-6dca18eb.2c8215c8.js


ファイルの差分が大きいため隠しています
+ 0 - 0
dist/static/js/chunk-f0207914.ac849d4a.js


+ 1 - 1
public/index.html

@@ -24,7 +24,7 @@
   </script>
   <!--钉钉监控end-->
   <!-- <link rel="icon" href="<%= BASE_URL %>favicon.ico"> -->
-  <title>五常稻田</title>
+  <title>藏金1745管理系统</title>
   <style>
     [v-cloak] {
       display: none;

+ 2 - 2
src/config/env.development.js

@@ -1,6 +1,6 @@
 // 本地
 module.exports = {
-  // title: '五常稻田',
+  // title: '藏金1745管理系统',
   // baseUrl: 'http://localhost:8080',
   // api: {
   //   baseApi: 'http://www.fivechang.com/',
@@ -13,7 +13,7 @@ module.exports = {
   //   //应用凭证
   //   AgentId: "1184953963"
   // }
-  title: '五常稻田',
+  title: '藏金1745管理系统',
   baseUrl: 'http://wx.wxhr.sit.futurelab.tv',
   api: {
     baseApi: 'http://api.cjyqsw.com/',

+ 1 - 1
src/config/env.production.js

@@ -1,6 +1,6 @@
 // 生产环境
 module.exports = {
-  title: '五常稻田',
+  title: '藏金1745管理系统',
   baseUrl: 'http://wx.wxhr.sit.futurelab.tv',
   api: {
     baseApi: 'http://api.cjyqsw.com/',

+ 1 - 1
src/config/env.staging.js

@@ -1,6 +1,6 @@
 // 测试环境
 module.exports = {
-  title: '五常稻田',
+  title: '藏金1745管理系统',
   baseUrl: 'http://mobile.recruit.sit.zretchome.com',
   api: {
     baseApi: 'http://api.cjyqsw.com/',

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

@@ -34,7 +34,7 @@ export default {
   },
   data() {
     return {
-      title: "五常稻田",
+      title: "藏金1745管理系统",
       // logo: require("@/assets/img/logo.gif"),
     };
   },

+ 1 - 1
src/settings.js

@@ -1,5 +1,5 @@
 module.exports = {
-  title: '五常稻田',
+  title: '藏金1745管理系统',
   /**
    * @type {boolean} true | false
    * @description Whether show the settings right-panel

+ 1 - 1
src/utils/get-page-title.js

@@ -1,6 +1,6 @@
 import defaultSettings from '@/settings'
 
-const title = defaultSettings.title || '五常稻田'
+const title = defaultSettings.title || '藏金1745管理系统'
 
 export default function getPageTitle(pageTitle) {
   if (pageTitle) {

+ 1 - 1
src/views/dashboard/index.vue

@@ -4,7 +4,7 @@
       <div class="info-container clearfix">
 
         <span class="welcome-title">欢迎登录</span>
-        <span class="welcome-title">五常稻田运营端</span>
+        <span class="welcome-title">藏金1745管理系统运营端</span>
       </div>
     </div>
   </div>

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

@@ -4,7 +4,7 @@
       <!--<img src="@/assets/sheji/loginlan.png" alt="" />
       <div class="main-title">
         <h1>欢迎</h1>
-        <h3>登录五常稻田</h3>
+        <h3>登录藏金1745管理系统</h3>
       </div> -->
       <el-form
         ref="loginForm"
@@ -16,7 +16,7 @@
       >
         <div class="title-container">
           <h3 class="title">
-            五常稻田<span>{{ ver }}</span>
+            藏金1745管理系统<span>{{ ver }}</span>
           </h3>
         </div>
         <!-- 用户名 -->

この差分においてかなりの量のファイルが変更されているため、一部のファイルを表示していません