Commit 40591865 authored by 程卓's avatar 程卓
parents dc621e02 0e440a4b
pipeline { pipeline {
agent { agent {
node { node {
label 'nodejs' label 'nodejs'
......
...@@ -25,6 +25,7 @@ ...@@ -25,6 +25,7 @@
"axios": "^0.19.2", "axios": "^0.19.2",
"babel-polyfill": "^6.26.0", "babel-polyfill": "^6.26.0",
"crypto-js": "^4.0.0", "crypto-js": "^4.0.0",
"echarts": "^4.9.0",
"js-cookie": "^2.2.1", "js-cookie": "^2.2.1",
"js-md5": "^0.7.3", "js-md5": "^0.7.3",
"qiankun": "^1.4.6", "qiankun": "^1.4.6",
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
"Layout": [ "Layout": [
{ {
"path": "/hp_order/month", "name": "month", "path": "/hp_order/month", "name": "month",
"meta": { "title": "房办月查","menuIcon": "profile", "menuPath":false, "hideInBread":false }, "meta": { "title": "检查单","menuIcon": "profile", "menuPath":false, "hideInBread":false },
"children":[ "children":[
{ {
"path": "/hp_order/month/monthList", "name": "month", "path": "/hp_order/month/monthList", "name": "month",
......
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
}, },
{ {
"path": "/order/month", "name": "month", "path": "/order/month", "name": "month",
"meta": { "title": "房办月查","menuIcon": "profile", "menuPath":false, "hideInBread":false }, "meta": { "title": "检查单","menuIcon": "profile", "menuPath":false, "hideInBread":false },
"children":[ "children":[
{ {
"path": "/order/month/monthList", "name": "month", "path": "/order/month/monthList", "name": "month",
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
"Layout": [ "Layout": [
{ {
"path": "/document/month", "name": "month", "path": "/document/month", "name": "month",
"meta": { "title": "房办月查","menuIcon": "profile", "menuPath":false, "hideInBread":false }, "meta": { "title": "检查单","menuIcon": "profile", "menuPath":false, "hideInBread":false },
"children":[ "children":[
{ {
"path": "/document/month/monthList", "name": "month", "path": "/document/month/monthList", "name": "month",
......
...@@ -63,8 +63,8 @@ default: // 默认环境下(开发环境) ...@@ -63,8 +63,8 @@ default: // 默认环境下(开发环境)
// BASE_URL = 'http://31.0.161.39/apiv2' // BASE_URL = 'http://31.0.161.39/apiv2'
// BASE_URL = 'http://211.136.105.193/apiv2' // BASE_URL = 'http://211.136.105.193/apiv2'
// BASE_URL = 'http://xuhui.hm.omniview.pro/api/v2' // BASE_URL = 'http://xuhui.hm.omniview.pro/api/v2'
BASE_URL = 'http://pudong.hm.omniview.pro/api/v2' // BASE_URL = 'http://pudong.hm.omniview.pro/api/v2'
// BASE_URL = 'http://yangpu-hm.omniview.pro/api/v2' BASE_URL = 'http://yangpu-hm.omniview.pro/api/v2'
// MOCK_URL = 'https://yapi.omniview.pro/mock/278' // MOCK_URL = 'https://yapi.omniview.pro/mock/278'
break break
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment