@@ -18,7 +18,8 @@
<script>
import { mapState } from 'vuex';
import { kipGetPointsConfig } from '@/utils/api-kip.js';
-const app = getApp();
+// const app = getApp();
+const app = {};
export default {
props: {},
created() {
@@ -139,7 +140,7 @@ export default {
},
};
</script>
-<style>
+<style scoped lang="less">
.box {
position: fixed;
z-index: 10000;