Commit 21d5fe3f by takashi sasaki

Merge branch 'feature/1.1.0_dev_kamimura' into 'feature/1.1.0_dev'

【規約同意】未ログイン時の利用規約画面の認証エラー表示

See merge request !137
parents 77c563ce 6de9129c
......@@ -24,6 +24,7 @@ COMMON.loginCheckPageList = [
CONSTANT.PAGE_NAME.SETTING,
CONSTANT.PAGE_NAME.PICKUP,
CONSTANT.PAGE_NAME.PDF_PRINT,
CONSTANT.PAGE_NAME.AGREEMENT_TO_TERMS,
];
COMMON.hasErrorKey = 'AVW_HASERR';
......
......@@ -30,6 +30,7 @@ CONSTANT.PAGE_NAME = {
FILE_SELECT: 'fileSelect',
DEFAULT: 'index',
LOGIN: './login.html',
AGREEMENT_TO_TERMS: 'agreementToTerms',
};
CONSTANT.URL_TREE_NAME = {
......
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