Commit a46ed5c6 authored by 智勇's avatar 智勇

up

parent 7613cf97
...@@ -156,9 +156,6 @@ function getProjectConfigPromise() { ...@@ -156,9 +156,6 @@ function getProjectConfigPromise() {
// //
admin.get('/get_db_config/:name/:attr', function (req, res) { admin.get('/get_db_config/:name/:attr', function (req, res) {
console.log(111, req)
console.log(222, res)
let str = "" let str = ""
if (req.params.name == "all") { if (req.params.name == "all") {
if (req.params.attr == "name") { if (req.params.attr == "name") {
......
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