Browse Source

优企云服 改为 U企云服

zhuth 7 years ago
parent
commit
57cc441c99

+ 2 - 2
frontend/saas-web/app/view/home/Home.js

@@ -64,10 +64,10 @@ Ext.define('saas.view.home.Home', {
             userCls: 'x-home-chart big-33 small-50',
         },
         items: [{
-            xtype: 'month-io',
+            xtype: 'sale-trend',
             padding: '0 0 0 14',
         }, {
-            xtype: 'sale-trend',
+            xtype: 'month-io',
             padding: '0 0 0 14',
         }, {
             xtype: 'stock-amount',

+ 1 - 1
frontend/saas-web/app/view/main/Main.js

@@ -31,7 +31,7 @@ Ext.define('saas.view.main.Main', {
                     reference: 'mainLogo',
                     width: 180,
                     cls: 'main-logo-wrap',
-                    html: '<div class="main-logo"><img src="resources/images/default/logo-default.png"/><div class="logo-text">企云服</div></div>',
+                    html: '<div class="main-logo"><img src="resources/images/default/logo-default.png"/><div class="logo-text">U企云服</div></div>',
                     bind: {
                         width: '{navWidth}'
                     }

+ 1 - 1
frontend/saas-web/index.html

@@ -5,7 +5,7 @@
     <meta charset="UTF-8">
     <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=10, user-scalable=yes">
 
-    <title>云进销存 - 企云服</title>
+    <title>云进销存 - U企云服</title>
     <link rel="icon" href="/resources/images/favicon.png" type="image/x-icon">
     <!-- 图片动画效果样式导入 -->
     <link type="text/css" rel="stylesheet" href="/resources/othcss/imagehover.css" />