0225138 2 ヶ月 前
コミット
c6e24460b7
1 ファイル変更3 行追加0 行削除
  1. 3 0
      src/app/app.component.ts

+ 3 - 0
src/app/app.component.ts

@@ -1,4 +1,7 @@
 import { Component } from '@angular/core';
+import * as Parse from "parse";
+Parse.initialize("dev");
+(Parse as any).serverURL = 'http://web2023.fmode.cn:9999/parse'
 
 @Component({
   selector: 'app-root',