Commit 17c373ad by 蒋勇

dev support

parent 8abfd273
......@@ -19,7 +19,7 @@ class BaseCompAPI extends APIBase {
return await this.cachsearchesSve.clearAllCache(pobj);
}
async getBaseComp() {
if (cacheBaseComp) {
if (cacheBaseComp && settings.env!="dev") {
return system.getResult(cacheBaseComp);
}
var vuePath = settings.basepath + "/app/front/vues/base";
......
......@@ -3,7 +3,7 @@ var settings = {
host: "59.110.125.77",
port: 30479,
password: "havzMSYc3aBZXOjpG3",
db: 9,
db: 11,
},
database: {
dbname: "paas",
......
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