This website works better with JavaScript.
首頁
探索
說明
註冊
登入
Biukop
/
SFM-Broker
關註
1
收藏
0
複製
0
程式碼
問題管理
1
合併請求
0
版本發佈
2
Wiki
Activity
瀏覽代碼
login logout worked
tags/2.037
Patrick Sun
5 年之前
父節點
d46f5f0f6d
當前提交
4487457e9c
共有
1 個文件被更改
,包括
4 次插入
和
0 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
src/app/app.component.ts
+ 4
- 0
src/app/app.component.ts
查看文件
@@ -36,6 +36,10 @@ export class AppComponent implements OnInit , OnDestroy {
this.loanEdit.somedata = "" + Math.random() + "changed";
this.loanEdit.open('dialog');
}
if (item.text == "Logout"){
this.login = false;
}
}
}
Write
Preview
Loading…
取消
儲存