Commit c1990676 authored by xuezezhan's avatar xuezezhan

修改配置

parent c5f411b9
......@@ -13,7 +13,8 @@
"new": "plop",
"svgo": "svgo -f src/icons/svg --config=src/icons/svgo.yml",
"test:unit": "jest --clearCache && vue-cli-service test:unit",
"test:ci": "npm run lint && npm run test:unit"
"test:ci": "npm run lint && npm run test:unit",
"start": "node node_modules/@sap/approuter/approuter.js"
},
"dependencies": {
"axios": "0.18.1",
......@@ -49,7 +50,8 @@
"vue-splitpane": "1.0.4",
"vuedraggable": "2.20.0",
"vuex": "3.1.0",
"xlsx": "0.14.1"
"xlsx": "0.14.1",
"@sap/approuter": "^9.1.0"
},
"devDependencies": {
"@fullcalendar/core": "^5.9.0",
......
......@@ -50,7 +50,7 @@ module.exports = {
}
}
}
},
}
},
port: port,
open: true,
......
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