调整目录结构使其能够被引用
This commit is contained in:
		| @@ -43,7 +43,7 @@ | ||||
|  | ||||
| <script> | ||||
| import {mapState} from 'vuex' | ||||
| import LocateDialog from "../../monitor/components/locateDialog"; | ||||
| import LocateDialog from "../../AppMonitor/components/locateDialog"; | ||||
|  | ||||
| export default { | ||||
|   name: 'List', | ||||
| @@ -208,7 +208,7 @@ export default { | ||||
|  | ||||
|         this.btnLoading = false | ||||
|       }).catch(() => { | ||||
|          | ||||
|  | ||||
|         this.btnLoading = false | ||||
|       }) | ||||
|     }, | ||||
|   | ||||
| @@ -32,8 +32,8 @@ | ||||
| </template> | ||||
| 
 | ||||
| <script> | ||||
| import LocateDialog from "../components/locateDialog"; | ||||
| import SettingDialog from "../components/settingDialog"; | ||||
| import LocateDialog from "./components/locateDialog"; | ||||
| import SettingDialog from "./components/settingDialog"; | ||||
| 
 | ||||
| export default { | ||||
|   name: "AppMonitorDevice", | ||||
| @@ -33,8 +33,8 @@ | ||||
| 
 | ||||
| <script> | ||||
|   import { mapState } from 'vuex' | ||||
|   import DeviceSlider from "../components/deviceSlider"; | ||||
|   import LocateDialog from "../components/locateDialog"; | ||||
|   import DeviceSlider from "./components/deviceSlider"; | ||||
|   import LocateDialog from "./components/locateDialog"; | ||||
| 
 | ||||
|   export default { | ||||
|     name: "AppMonitorManage", | ||||
| @@ -17,7 +17,7 @@ | ||||
| </template> | ||||
| 
 | ||||
| <script> | ||||
| import DeviceSlider from "../components/deviceSlider"; | ||||
| import DeviceSlider from "./components/deviceSlider"; | ||||
| import AMapLoader from "@amap/amap-jsapi-loader"; | ||||
| 
 | ||||
| export default { | ||||
| @@ -34,8 +34,8 @@ | ||||
| </template> | ||||
| 
 | ||||
| <script> | ||||
| import LocateDialog from "../components/locateDialog"; | ||||
| import SettingDialog from "../components/settingDialog"; | ||||
| import LocateDialog from "./components/locateDialog"; | ||||
| import SettingDialog from "./components/settingDialog"; | ||||
| 
 | ||||
| export default { | ||||
|   name: "AppISDevice", | ||||
| @@ -36,10 +36,10 @@ | ||||
| 
 | ||||
| <script> | ||||
|   import { mapState } from 'vuex' | ||||
|   import DeviceSlider from '../components/deviceSlider' | ||||
|   import LocateDialog from '../components/locateDialog' | ||||
|   import AiMonitor from '../components/AiSlwVideo' | ||||
|   import Synergy from '../components/Synergy' | ||||
|   import DeviceSlider from './components/deviceSlider' | ||||
|   import LocateDialog from './components/locateDialog' | ||||
|   import AiMonitor from './components/AiSlwVideo' | ||||
|   import Synergy from './components/Synergy' | ||||
| 
 | ||||
|   export default { | ||||
|     name: 'AppISManage', | ||||
| @@ -17,7 +17,7 @@ | ||||
| </template> | ||||
| 
 | ||||
| <script> | ||||
| import DeviceSlider from "../components/deviceSlider"; | ||||
| import DeviceSlider from "./components/deviceSlider"; | ||||
| import AMapLoader from "@amap/amap-jsapi-loader"; | ||||
| 
 | ||||
| export default { | ||||
		Reference in New Issue
	
	Block a user