فهرست منبع

fix:修复divice-management

0235645 5 روز پیش
والد
کامیت
85de11ac8c
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      cloth-design/src/app/modules/cloth/mobile/device-management/device-management.ts

+ 2 - 2
cloth-design/src/app/modules/cloth/mobile/device-management/device-management.ts

@@ -1,7 +1,7 @@
 // device-management.component.ts
 import { Component, OnInit } from '@angular/core';
-import { CloudObject } from './cloud-object';
-import { CloudQuery } from './../lib/ncloud.ts';
+import { CloudObject } from './../../../../../lib/ncloud';
+import { CloudQuery } from './../../../../../lib/ncloud';
 
 @Component({
   selector: 'app-device-management',