Commit b02cc660 authored by 赵啸非's avatar 赵啸非

产品版本更新分站点

parent ce2494de
...@@ -67,3 +67,14 @@ ALTER TABLE mortals_xhx_product_version ADD COLUMN `siteName` varchar(256) de ...@@ -67,3 +67,14 @@ ALTER TABLE mortals_xhx_product_version ADD COLUMN `siteName` varchar(256) de
2023-08-21 2023-08-21
-- ---------------------------- -- ----------------------------
ALTER TABLE mortals_xhx_device_module_distribute ADD COLUMN `selected` tinyint(2) NOT NULL default '0' COMMENT '是否默认选择分辨率(0.否,1.是)'; ALTER TABLE mortals_xhx_device_module_distribute ADD COLUMN `selected` tinyint(2) NOT NULL default '0' COMMENT '是否默认选择分辨率(0.否,1.是)';
ALTER TABLE mortals_xhx_role_auth ADD COLUMN `createTime` datetime(0) NULL DEFAULT NULL COMMENT '创建时间';
ALTER TABLE mortals_xhx_role_user ADD COLUMN `createTime` datetime(0) NULL DEFAULT NULL COMMENT '创建时间';
ALTER TABLE mortals_xhx_idgenerator ADD COLUMN `createTime` datetime(0) NULL DEFAULT NULL COMMENT '创建时间';
...@@ -81,8 +81,8 @@ mybatis: ...@@ -81,8 +81,8 @@ mybatis:
application: application:
auth: auth:
unloginUrl: /refresh,/error,/login/login,/login/index,/login/logout,/securitycode/createCode,/file/common/*,/test*,/device/*,/api/* unloginUrl: /refresh,/error,/login/login,/login/index,/login/logout,/securitycode/createCode,/file/common/*,/test*,/api/*
uncheckUrl: /refresh,/error,/login/login,/login/index,/login/logout,/securitycode/createCode,/file/common/*,/test*,/device/*,/api/* uncheckUrl: /refresh,/error,/login/login,/login/index,/login/logout,/securitycode/createCode,/file/common/*,/test*,/api/*
registerApiPath: /api/register registerApiPath: /api/register
deviceInitApiPath: /api/deviceInit deviceInitApiPath: /api/deviceInit
deviceUpdateApiPath: /api/deviceUpdate deviceUpdateApiPath: /api/deviceUpdate
......
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