瀏覽代碼

fix: online parse

ryanemax 9 月之前
父節點
當前提交
1b4edc8fa1
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      projects/textbook/src/app/app.component.ts

+ 2 - 2
projects/textbook/src/app/app.component.ts

@@ -16,8 +16,8 @@ export class AppComponent {
   }
   initParseService(){
     Parse.initialize("edu-textbook");
-    (Parse as any).serverURL = ("http://127.0.0.1:61337/parse");
-    // (Parse as any).serverURL = ("http://8.140.98.43/parse");
+    // (Parse as any).serverURL = ("http://127.0.0.1:61337/parse");
+    (Parse as any).serverURL = ("http://8.140.98.43/parse");
     localStorage.setItem('company','RbIKpmuaMC')
   }