|
@@ -121,7 +121,6 @@
|
|
</template>
|
|
</template>
|
|
|
|
|
|
<script>
|
|
<script>
|
|
-import { ajaxGetTest } from '../api/modules/user'
|
|
|
|
import { Button } from 'element-ui'
|
|
import { Button } from 'element-ui'
|
|
import SearchInput from '../components/Search'
|
|
import SearchInput from '../components/Search'
|
|
import { getHomeActivity, getHomeHot } from '../api/modules/home'
|
|
import { getHomeActivity, getHomeHot } from '../api/modules/home'
|
|
@@ -241,13 +240,6 @@ export default {
|
|
query: search
|
|
query: search
|
|
})
|
|
})
|
|
},
|
|
},
|
|
- getTest () {
|
|
|
|
- this.fullscreenLoading = true
|
|
|
|
- ajaxGetTest().then(res => {
|
|
|
|
- console.log(res)
|
|
|
|
- this.fullscreenLoading = false
|
|
|
|
- })
|
|
|
|
- },
|
|
|
|
getLoginStatus: function () {
|
|
getLoginStatus: function () {
|
|
alert(loginflag)
|
|
alert(loginflag)
|
|
}
|
|
}
|