Commit 17c373ad by 蒋勇

dev support

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