Commit fcd72c67 authored by guozhipeng's avatar guozhipeng

fix

parent 64395e85
......@@ -7,6 +7,9 @@
"": {
"name": "risks",
"version": "0.0.1",
"dependencies": {
"risks": "file:"
},
"devDependencies": {
"@sap/ux-ui5-tooling": "1",
"@ui5/cli": "^3.0.0",
......@@ -11761,6 +11764,10 @@
"rimraf": "bin.js"
}
},
"node_modules/risks": {
"resolved": "",
"link": true
},
"node_modules/run-async": {
"version": "2.4.1",
"resolved": "https://registry.npmmirror.com/run-async/-/run-async-2.4.1.tgz",
......
......@@ -8,10 +8,12 @@
"sapui5"
],
"main": "webapp/index.html",
"dependencies": {},
"dependencies": {
"risks": "file:"
},
"devDependencies": {
"@ui5/cli": "^3.0.0",
"@sap/ux-ui5-tooling": "1",
"@ui5/cli": "^3.0.0",
"ui5-task-zipper": "^3"
},
"scripts": {
......
......@@ -17,7 +17,7 @@
},
"dataSources": {
"mainService": {
"uri": "odata/v4/service/risk/",
"uri": "/odata/v4/service/risk/",
"type": "OData",
"settings": {
"annotations": [],
......
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