更新服务

This commit is contained in:
aixianling
2022-04-01 16:05:56 +08:00
parent 94ce411071
commit 948cc94338
19 changed files with 137 additions and 76 deletions

8
src/config/db.js Normal file
View File

@@ -0,0 +1,8 @@
module.exports = {
host: "192.168.1.87",
user: "root",
port: 3306,
password: "Cwy@2019",
database: "dvcp_oms_dev",
multipleStatements: true
}