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