Browse Source

修正路由

dev
CODE 1 year ago
parent
commit
97fa524302
  1. 2
      api/.vscode/launch.json
  2. 4
      web/client/src/utils/webapi.js

2
api/.vscode/launch.json

@ -24,12 +24,10 @@
// "--qndmn http://resources.anxinyun.cn", // "--qndmn http://resources.anxinyun.cn",
"--qndmn http://rfkimpwbb.hn-bkt.clouddn.com", "--qndmn http://rfkimpwbb.hn-bkt.clouddn.com",
// "--qndmn http://resources-test.anxinyun.cn", // "--qndmn http://resources-test.anxinyun.cn",
// "--yingshiKey d0704fb9d5d14a6682c1c1d592c12512", // "--yingshiKey d0704fb9d5d14a6682c1c1d592c12512",
// "--yingshiSecret 93d023269495b86be62cdfdcf34a6cd1", // "--yingshiSecret 93d023269495b86be62cdfdcf34a6cd1",
"--yingshiKey 5d16a667e1c2423d9d0d634f781810b4", "--yingshiKey 5d16a667e1c2423d9d0d634f781810b4",
"--yingshiSecret 0cc4e1ec4e6a53ea3dabeb09cd5f468b", "--yingshiSecret 0cc4e1ec4e6a53ea3dabeb09cd5f468b",
"--smsKey LTAI5tAFdjz7j38aNF2C9Qe8", "--smsKey LTAI5tAFdjz7j38aNF2C9Qe8",
"--smsSecret 1trYkmiqfBtvZL6BxkNH2uQcQQPs0S", "--smsSecret 1trYkmiqfBtvZL6BxkNH2uQcQQPs0S",
] ]

4
web/client/src/utils/webapi.js

@ -152,8 +152,8 @@ export const ApiTable = {
getReportDetail: 'report/{reportId}/detail', getReportDetail: 'report/{reportId}/detail',
handleReport: 'report/{reportId}/handle', handleReport: 'report/{reportId}/handle',
getReportSpotPrepare: 'report/spot/prepare', getReportSpotPrepare: 'report/spot/prepare',
getSpotCheck: '/report/spot/check', getSpotCheck: 'report/spot/check',
getSpotCheckDetail: '/report/spot/check/detail', getSpotCheckDetail: 'report/spot/check/detail',
getUsers: 'user', getUsers: 'user',

Loading…
Cancel
Save