Commit fcd72c67 authored by guozhipeng's avatar guozhipeng

fix

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