Your ROOT_URL in app.ini is http://git.zky.com/ but you are visiting http://61.178.84.89:8998/luoluo/SM-demo/blame/commit/16aaed06a463f8dece054baef9631cb13f88c536/src/main/java/com/zhonghe/active4j/common/constant/GlobalConstant.java You should set ROOT_URL correctly, otherwise the web may not work correctly.
SM-demo/src/main/java/com/zhonghe/active4j/common/constant/GlobalConstant.java

34 lines
730 B

3 months ago
package com.zhonghe.active4j.common.constant;
/**
*
* @author teli_
*
*/
public class GlobalConstant {
/**
* Key
*/
public static final String SESSION_KEY_OF_RAND_CODE = "randCode"; // todo 要统一常量
/**
* layui
*/
public static final String Order_Field = "field";//排序字段
public static final String Order_Type = "order";//排序类型
/**
*
*/
public static final String Err_Msg_No_Auth = "没有权限进行此操作";
public static final String Err_Msg_All = "系统错误,请联系管理员";
/**
*
*/
public static final String Default_Create_Name = "system";
}