whao 2 年之前
父節點
當前提交
95c7a09505

文件差異過大導致無法顯示
+ 24 - 4
src/assets/iconfont/iconfont.css


文件差異過大導致無法顯示
+ 1 - 1
src/assets/iconfont/iconfont.js


+ 35 - 0
src/assets/iconfont/iconfont.json

@@ -5,6 +5,41 @@
   "css_prefix_text": "sj-icon-",
   "description": "",
   "glyphs": [
+	  {
+	    "icon_id": "5732759",
+	    "name": "事件定位",
+	    "font_class": "sjdw",
+	    "unicode": "ec32",
+	    "unicode_decimal": 60466
+	  },
+	  {
+	    "icon_id": "6677524",
+	    "name": "测量工具",
+	    "font_class": "clgj",
+	    "unicode": "e604",
+	    "unicode_decimal": 58884
+	  },
+	  {
+	    "icon_id": "12791526",
+	    "name": "林场资源",
+	    "font_class": "lczy",
+	    "unicode": "e60b",
+	    "unicode_decimal": 58891
+	  },
+	  {
+	    "icon_id": "19992082",
+	    "name": "图层切换",
+	    "font_class": "tcqh",
+	    "unicode": "e80d",
+	    "unicode_decimal": 59405
+	  },
+	  {
+	    "icon_id": "25495323",
+	    "name": "林斑资源",
+	    "font_class": "lbzy",
+	    "unicode": "e74d",
+	    "unicode_decimal": 59213
+	  },
     {
       "icon_id": "2116701",
       "name": "取水口",

文件差異過大導致無法顯示
+ 30 - 0
src/assets/iconfont/iconfont.svg


二進制
src/assets/iconfont/iconfont.ttf


二進制
src/assets/iconfont/iconfont.woff


二進制
src/assets/iconfont/iconfont.woff2


+ 5 - 10
src/components/vBottomMenu.vue

@@ -12,28 +12,23 @@
 			return {
 				fastMenu: [{
 						name: '事件定位',
-						path: '/',
-						icon: 'sj-icon-shujzx'
+						icon: 'sj-icon-sjdw'
 					},
 					{
 						name: '图层切换',
-						path: '/',
-						icon: 'sj-icon-sjzx'
+						icon: 'sj-icon-tcqh'
 					},
 					{
 						name: '测量工具',
-						path: '/integrated/monitor',
-						icon: 'sj-icon-jkzx'
+						icon: 'sj-icon-clgj'
 					},
 					{
 						name: '林班资源',
-						path: '/',
-						icon: 'sj-icon-rwzx'
+						icon: 'sj-icon-lbzy'
 					},
 					{
 						name: '林场资源',
-						path: '/integrated/monitor_lishu_yqfk',
-						icon: 'sj-icon-pczx'
+						icon: 'sj-icon-lczy'
 					},
 				]
 			}

+ 2 - 2
vue.config.js

@@ -35,8 +35,8 @@ module.exports = {
     proxy: {
       // detail: https://cli.vuejs.org/config/#devserver-proxy
       [process.env.VUE_APP_BASE_API]: {
-         target: `http://127.0.0.1:3031`,
-         // target: `http://117.78.49.164:3031`,
+         // target: `http://127.0.0.1:3031`,
+         target: `http://117.78.49.164:3031`,
         changeOrigin: true,
         pathRewrite: {
           ['^' + process.env.VUE_APP_BASE_API]: ''