xiaodai2017 2 years ago
parent
commit
b243c919e4

+ 1 - 1
dist/index.html

@@ -24,7 +24,7 @@
   </script>
   <!--钉钉监控end-->
   <!-- <link rel="icon" href="/favicon.ico"> -->
-  <title>采销平台供应商端</title>
+  <title>采销365供应商端</title>
   <style>
     [v-cloak] {
       display: none;

File diff suppressed because it is too large
+ 1 - 1
dist/static/js/app.js


+ 1 - 1
public/index.html

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

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

@@ -1,6 +1,6 @@
 // 本地
 module.exports = {
-  title: "采销平台供应商端",
+  title: "采销365供应商端",
   baseUrl: "http://localhost:8080",
   api: {
     //web域名 http://stockweb.test241.wanyuhengtong.com/

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

@@ -1,6 +1,6 @@
 // 本地
 module.exports = {
-  title: "采销平台供应商端",
+  title: "采销365供应商端",
   baseUrl: "http://localhost:8080",
   api: {
     userApi: "http://oldaccount.api.caixiao365.com/",

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

@@ -1,6 +1,6 @@
 // 测试环境
 module.exports = {
-  title: '采销平台供应商端',
+  title: '采销365供应商端',
   baseUrl: 'http://mobile.recruit.sit.zretchome.com',
   api: {
     userApi: 'http://inv.test241.wanyuhengtong.com/',

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

@@ -1,6 +1,6 @@
 // 生产环境
 module.exports = {
-  title: '采销平台供应商端',
+  title: '采销365供应商端',
   baseUrl: 'http://wx.wxhr.sit.futurelab.tv',
   api: {
     //web域名 stock.sitw.wanyuhengtong.com

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

@@ -1,6 +1,6 @@
 // 测试环境
 module.exports = {
-  title: '采销平台供应商端',
+  title: '采销365供应商端',
   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: '采销365供应商端',
       logo: require("@/assets/img/logo.gif"),
     }
   }

+ 1 - 1
src/settings.js

@@ -1,5 +1,5 @@
 module.exports = {
-  title: '采销平台供应商端',
+  title: '采销365供应商端',
   /**
    * @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 || '采销365供应商端'
 
 export default function getPageTitle(pageTitle) {
   if (pageTitle) {

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

@@ -8,7 +8,7 @@
         <img src="@/assets/sheji/loginlan.png" alt="" />
         <div class="main-title">
           <h1>欢迎登录</h1>
-          <h3>采销平台供应商端</h3>
+          <h3>采销365供应商端</h3>
         </div>
       </div>
       <el-form
@@ -21,7 +21,7 @@
       >
         <div class="title-container">
           <h3 class="title">
-            采销平台供应商端<span>{{ ver }}</span>
+            采销365供应商端<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 ||  '采销365供应商端' // page title
 
 // If your port is set to 80,
 // use administrator privileges to execute the command line.

Some files were not shown because too many files changed in this diff