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',