封闭区域 车辆封闭区域申请 车辆申请 选择车辆接口更换
parent
c3cd6c43c8
commit
3144572369
|
|
@ -1,8 +1,8 @@
|
|||
module.exports = {
|
||||
// 应用后端git地址,部署上线需要
|
||||
javaGit: "<git-url>",
|
||||
javaGit: "http://47.92.113.182:3000/zcloud_gbs/zcloud-gbs-primeport.git",
|
||||
// 应用后端仓库名称,部署上线需要
|
||||
javaGitName: "<git-name>",
|
||||
javaGitName: "zcloud-gbs-primeport",
|
||||
// 环境配置
|
||||
environment: {
|
||||
development: {
|
||||
|
|
@ -14,7 +14,7 @@ module.exports = {
|
|||
},
|
||||
production: {
|
||||
// 应用后端分支名称,部署上线需要
|
||||
javaGitBranch: "<branch-name>",
|
||||
javaGitBranch: "dev",
|
||||
// 接口服务地址
|
||||
API_HOST: "",
|
||||
},
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@
|
|||
"scripts": {
|
||||
"serve": "node node_modules/@cqsjjb/scripts/webpack.dev.server.js",
|
||||
"build": "node node_modules/@cqsjjb/scripts/webpack.build.js",
|
||||
"push": "jjb-cmd push java production",
|
||||
"push": "zy-gbs-cmd push java production",
|
||||
"clean-cache": "rimraf node_modules/.cache/webpack",
|
||||
"serve:development": "cross-env NODE_ENV=development npm run serve",
|
||||
"serve:production": "cross-env NODE_ENV=production npm run serve",
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@ export const enclosedAreaVehicleApplyInfo = declareRequest(
|
|||
);
|
||||
export const enclosedAreaVehicleApplyVehicleList = declareRequest(
|
||||
"enclosedAreaVehicleApplyLoading",
|
||||
`Get > /primeport/vehicleApply/getCarByVehicleBelongType`,
|
||||
`Get > /primeport/closedAreaCarApply/getCarByCarBelongType`,
|
||||
);
|
||||
export const enclosedAreaVehicleApplySave = declareRequest(
|
||||
"enclosedAreaVehicleApplyLoading",
|
||||
|
|
|
|||
Loading…
Reference in New Issue