xiaoyong931011
2022-07-12 05f3eec8ba39fb05eac09d8d3f2930cd77dd41f7
src/main/java/com/xcong/farmer/cms/core/template/Configuration.java
@@ -20,6 +20,7 @@
        Configuration.templatePath = templatePath;
        Configuration.outputPath = outputPath;
        Configuration.BASE_URL = baseUrl;
        Configuration.STATIC_URL = staticUrl;
    }
    public static Map<String, String> templateCode = new HashMap<>();