Commit f99df0c5 authored by xishifeng's avatar xishifeng

优化

parent c27d8484
......@@ -4,6 +4,7 @@ if(location.origin === 'https://api.tonglianjituan.com') {
ServerHost = location.origin;
};
import axios from 'axios';
import '@/assets/js/layer041002.js';
export default {
ServerHost,
isAndroid() {
......
......@@ -73,6 +73,7 @@
width: .4rem;
line-height: 1.4rem;
font-size: .3rem;
font-weight: bolder;
color: rgb(102, 102, 102);
}
.rank-li>div:nth-of-type(2){
......
......@@ -14,18 +14,14 @@
props: {
data: {
type: Object,
default: function() {
return {
message: 'hello'
}
}
}
},
data() {
return {
default: () => ({
message: 'hello'
})
}
},
data: () => ({
}),
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