Commit f99df0c5 authored by xishifeng's avatar xishifeng

优化

parent c27d8484
...@@ -4,6 +4,7 @@ if(location.origin === 'https://api.tonglianjituan.com') { ...@@ -4,6 +4,7 @@ if(location.origin === 'https://api.tonglianjituan.com') {
ServerHost = location.origin; ServerHost = location.origin;
}; };
import axios from 'axios'; import axios from 'axios';
import '@/assets/js/layer041002.js';
export default { export default {
ServerHost, ServerHost,
isAndroid() { isAndroid() {
......
...@@ -73,6 +73,7 @@ ...@@ -73,6 +73,7 @@
width: .4rem; width: .4rem;
line-height: 1.4rem; line-height: 1.4rem;
font-size: .3rem; font-size: .3rem;
font-weight: bolder;
color: rgb(102, 102, 102); color: rgb(102, 102, 102);
} }
.rank-li>div:nth-of-type(2){ .rank-li>div:nth-of-type(2){
......
...@@ -14,18 +14,14 @@ ...@@ -14,18 +14,14 @@
props: { props: {
data: { data: {
type: Object, type: Object,
default: function() { default: () => ({
return { message: 'hello'
message: 'hello' })
}
}
}
},
data() {
return {
} }
}, },
data: () => ({
}),
computed: { computed: {
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment