戴艳蓉 há 3 anos atrás
pai
commit
99fc57d8df

+ 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>采销平台</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><script src=./static/dingtalk.open.2.10.3.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");

Diff do ficheiro suprimidas por serem muito extensas
+ 0 - 0
dist/static/js/app.95682590.js


Diff do ficheiro suprimidas por serem muito extensas
+ 0 - 0
dist/static/js/chunk-1e95dd67.caf800d0.js


Diff do ficheiro suprimidas por serem muito extensas
+ 0 - 0
dist/static/js/chunk-326e48cd.015d0ee5.js


Diff do ficheiro suprimidas por serem muito extensas
+ 0 - 0
dist/static/js/chunk-badc1cec.57b44819.js


+ 1 - 1
dist/static/js/chunk-c135a4f4.33ea3611.js

@@ -1 +1 @@
-(window.webpackJsonp=window.webpackJsonp||[]).push([["chunk-c135a4f4"],{9406:function(t,a,c){"use strict";c.r(a);var i=c("5530"),e=c("2f62");i={name:"dashboard",data:function(){return{emptyGif:c("ff1f")}},computed:Object(i.a)({},Object(e.b)(["avatar"])),mounted:function(){}},c("f36c"),e=c("2877"),i=Object(e.a)(i,(function(){var t=this,a=t.$createElement;a=t._self._c||a;return a("div",{staticClass:"dashboard-container"},[a("div",{staticClass:"dashboard-editor-container"},[a("div",{staticClass:"info-container clearfix"},[a("pan-thumb",{attrs:{image:t.avatar,width:"130px",height:"130px"}}),a("span",{staticClass:"welcome-title"},[t._v("欢迎登录采销平台订单系统")])],1),a("img",{staticStyle:{width:"60%",margin:"-30px auto 0 auto"},attrs:{src:t.emptyGif}})])])}),[],!1,null,"e38c3444",null);a.default=i.exports},f36c:function(t,a,c){"use strict";c("f4ca")},f4ca:function(t,a,c){},ff1f:function(t,a,c){t.exports=c.p+"static/img/welcome.6cf0f25b.gif"}}]);
+(window.webpackJsonp=window.webpackJsonp||[]).push([["chunk-c135a4f4"],{9406:function(t,a,c){"use strict";c.r(a);var i=c("5530"),e=c("2f62");i={name:"dashboard",data:function(){return{emptyGif:c("ff1f")}},computed:Object(i.a)({},Object(e.b)(["avatar"])),mounted:function(){}},c("f36c"),e=c("2877"),i=Object(e.a)(i,(function(){var t=this,a=t.$createElement;a=t._self._c||a;return a("div",{staticClass:"dashboard-container"},[a("div",{staticClass:"dashboard-editor-container"},[a("div",{staticClass:"info-container clearfix"},[a("pan-thumb",{attrs:{image:t.avatar,width:"130px",height:"130px"}}),a("span",{staticClass:"welcome-title"},[t._v("欢迎登录采销平台")])],1),a("img",{staticStyle:{width:"60%",margin:"-30px auto 0 auto"},attrs:{src:t.emptyGif}})])])}),[],!1,null,"e38c3444",null);a.default=i.exports},f36c:function(t,a,c){"use strict";c("f4ca")},f4ca:function(t,a,c){},ff1f:function(t,a,c){t.exports=c.p+"static/img/welcome.6cf0f25b.gif"}}]);

+ 1 - 1
public/index.html

@@ -24,7 +24,7 @@
   </script>
   <!--钉钉监控end-->
   <!-- <link rel="icon" href="<%= BASE_URL %>favicon.ico"> -->
-  <title>采销平台订单系统</title>
+  <title>采销平台</title>
   <style>
     [v-cloak] {
       display: none;

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

@@ -1,6 +1,6 @@
 // 本地
 module.exports = {
-  title: '采销平台订单系统',
+  title: '采销平台',
   baseUrl: 'http://localhost:8080',
   api: {
    

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

@@ -1,6 +1,6 @@
 // 生产环境
 module.exports = {
-  title: '采销平台订单系统',
+  title: '采销平台',
   baseUrl: 'http://wx.wxhr.sit.futurelab.tv',
   api: {
     // baseApi: 'http://inv.sitw.wanyuhengtong.com/',

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

@@ -1,6 +1,6 @@
 // 测试环境
 module.exports = {
-  title: '采销平台订单系统',
+  title: '采销平台',
   baseUrl: 'http://mobile.recruit.sit.zretchome.com',
   api: {
     userApi: 'http://inv.test241.wanyuhengtong.com/',

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

@@ -25,7 +25,7 @@ export default {
   data() {
     return {
 
-      title: '采销平台订单系统',
+      title: '采销平台',
       logo: require("@/assets/img/logo.gif"),
     }
   }

+ 1 - 1
src/settings.js

@@ -1,5 +1,5 @@
 module.exports = {
-  title: '采销平台订单系统',
+  title: '采销平台',
   /**
    * @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 || '采销平台'
 
 export default function getPageTitle(pageTitle) {
   if (pageTitle) {

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

@@ -5,7 +5,7 @@
         <pan-thumb :image="avatar" :width="'130px'" :height="'130px'">
         </pan-thumb>
         
-        <span class="welcome-title">欢迎登录采销平台订单系统</span>
+        <span class="welcome-title">欢迎登录采销平台</span>
       </div>
       <img :src="emptyGif" style="width: 60%; margin: -30px auto 0 auto" />
     </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>采销平台</h3>
       </div>
       <el-form
         ref="loginForm"
@@ -16,7 +16,7 @@
       >
         <div class="title-container">
           <h3 class="title">
-            采销平台订单系统<span>{{ ver }}</span>
+            采销平台<span>{{ ver }}</span>
           </h3>
         </div>
 

+ 1 - 1
vue.config.js

@@ -10,7 +10,7 @@ function resolve(dir) {
   return path.join(__dirname, dir)
 }
 
-const name = defaultSettings.title ||  '采销平台订单系统' // page title
+const name = defaultSettings.title ||  '采销平台' // page title
 
 // If your port is set to 80,
 // use administrator privileges to execute the command line.

Alguns ficheiros não foram mostrados porque muitos ficheiros mudaram neste diff