瑞曲知音
瑞
響之
曲
,
知
其所
音
。 斜槓 工程師/擊樂演奏者. 記錄及分享所見所學. 歡迎交流電腦程式設計、打擊樂、生活趣事...等心得
2020年2月13日 星期四
[IdentityServer4] 登出後自動重導回client
在IdentityServer中的AccountCountroller.cs中:
public
async
Task
<
IActionResult
>
Logout
(
LogoutInputModel
model
)
{
//
..略..
//return View("LoggedOut", vm);
return
Redirect
(
vm
.
PostLogoutRedirectUri
);
//改成這樣
}
2020年2月3日 星期一
vue-cli用 cordova build出來的app頁面只呈現空白
在vue專案下 publicPath;,
vue.config.js
module
.
exports
= {
publicPath:
'./'
,
}
較新的文章
較舊的文章
首頁
訂閱:
文章 (Atom)
[Excel小技巧]Excel複製要移動或複製的公式或工作表中含有名稱xxx問題