|
@@ -253,7 +253,7 @@ import { onMounted, reactive, toRefs, ref } from "vue";
|
|
|
import { Toast, Dialog } from "vant";
|
|
|
import navBar from "../../components/NavBar";
|
|
|
import sHeader from "../../components/SimpleHeader";
|
|
|
-import { getLoginUser, Format_calcuDecial, styleUrl } from "../../common/js/utils";
|
|
|
+import { getLoginUser, Format_calcuDecial } from "../../common/js/utils";
|
|
|
import {
|
|
|
getDeviceList,
|
|
|
eliminate,
|
|
@@ -293,7 +293,7 @@ export default {
|
|
|
onMounted(() => {
|
|
|
init();
|
|
|
//加载样式
|
|
|
- styleUrl('device');
|
|
|
+ // styleUrl('device');
|
|
|
});
|
|
|
// 初始化
|
|
|
const init = () => {
|
|
@@ -512,4 +512,5 @@ export default {
|
|
|
|
|
|
<style lang="less" scoped>
|
|
|
@import "../../common/style/common";
|
|
|
+@import "../../styles/device/index";
|
|
|
</style>
|