1.宣告變數
打開 app.component.ts 並加入我們想要的變數宣告
例如:
public static morseSystemIP = '10.0.0.1:8080';
2.在要取用或改變此全域變數的地方做如下的引用
//取用
this.baseUrl = AppComponent.morseSystemIP;
//改變值
AppComponent.morseSystemIP = '000.000.00.000';
如果有需要多組的IP做選擇可以考慮使用列舉的方式製作 可參考:
Morse 2020/08/02
沒有留言:
張貼留言