Quellcode durchsuchen

更新CRM应用,以及工作台图标

xiaohaizhao vor 2 Jahren
Ursprung
Commit
5a4b784e84
4 geänderte Dateien mit 46 neuen und 2 gelöschten Zeilen
  1. 8 0
      pages/tabbar/home/index.js
  2. 36 0
      static/work-icon.wxss
  3. 0 0
      static/work.wxss
  4. 2 2
      utils/Http.js

+ 8 - 0
pages/tabbar/home/index.js

@@ -67,6 +67,14 @@ Page({
 					name: "工作汇报",
 					path: "/packageA/report/index",
 					icon: "work-gongzuohuibao"
+				}, {
+					name: "作业看板",
+					path: "/packageA/achievement/index",
+					icon: "work-zuoyekanban"
+				}, {
+					name: "销售沙漏",
+					path: "/packageA/salesHourglass/index",
+					icon: "work-xiaoshouloudou"
 				}];
 				let app = getApp().globalData.queryPer.query(wx.getStorageSync('userauth'), ['通用'], ['通用']),
 					list = [];

+ 36 - 0
static/work-icon.wxss

@@ -8,6 +8,42 @@
     -moz-osx-font-smoothing: grayscale;
 }
 
+.work-kehuhuaxiang:before {
+    content: "\e699";
+}
+
+.work-xiangmuchengjiaoyuce:before {
+    content: "\e69a";
+}
+
+.work-xiangmuchengjiaoyuceguanli:before {
+    content: "\e69b";
+}
+
+.work-xiangmuhuaxiang:before {
+    content: "\e69c";
+}
+
+.work-chuhuokaipiaoyuce:before {
+    content: "\e69d";
+}
+
+.work-chuhuokaipiaoyuceguanli:before {
+    content: "\e69e";
+}
+
+.work-xiaoshouloudou:before {
+    content: "\e69f";
+}
+
+.work-yewuyuanhuaxiang:before {
+    content: "\e6a0";
+}
+
+.work-zuoyekanban:before {
+    content: "\e697";
+}
+
 .work-gongzuohuibao:before {
     content: "\e601";
 }

Datei-Diff unterdrückt, da er zu groß ist
+ 0 - 0
static/work.wxss


+ 2 - 2
utils/Http.js

@@ -1,7 +1,7 @@
 class HTTP {
     constructor() {
-        this.baseUrl = "http://61.164.207.46:8000";
-        // this.baseUrl = "https://oms.idcgroup.com.cn:8079";
+        // this.baseUrl = "http://61.164.207.46:8000";
+        this.baseUrl = "https://oms.idcgroup.com.cn:8079";
     }
     request({
         url,

Einige Dateien werden nicht angezeigt, da zu viele Dateien in diesem Diff geändert wurden.