超级管理员
来源:11-14 添加拦截器下
我总是那么的乖
2020-04-17
超级管理员页面,操作都能显示成功,但是所有数据都没有改变
debug调试,找到不js文件…只有main的
3回答
-
慕妹5158713
2020-05-13
请问下你解决了吗?我也有相同的问题,但是pathutil的配置我也改掉了
022020-05-21 -
我总是那么的乖
提问者
2020-04-17

超级管理员添加头条,从headlinecontorller跳到service在一步步跳到PathUtil中,这步空值?
private static String headLinePath;
private static String pcParentPath;
private static String productCategoryPath;
@Value("${headline.relevant.path}")
public void setHeadLinePath(String headLinePath) {
PathUtil.headLinePath = headLinePath;
}
@Value("${pcParent.relevant.path}")
public void setPcParentPath(String pcParentPath) {
PathUtil.pcParentPath = pcParentPath;
}
@Value("${productCategory.relevant.path}")
public void setProductCategoryPath(String productCategoryPath) {
PathUtil.productCategoryPath = productCategoryPath;
}
public static String getHeadLineImagePath() {
return headLinePath.replace("/", seperator);
}
public static String getPcParentPath() {
return pcParentPath.replace("/", seperator);
}
public static String getProductCategoryPath() {
return productCategoryPath.replace("/", seperator);
}
032020-04-25 -
翔仔
2020-04-17
同学好,主要调试一下,看看后端是否收到数据并且更新进去,然后看看html页面有没有引入相关的js文件
00
相似问题
