|
@@ -37,7 +37,7 @@
|
|
|
methods: {
|
|
|
async search() {
|
|
|
const that = this;
|
|
|
- let url = '/pagesVideo/search/index';
|
|
|
+ let url = '/pagesHome/home/index';
|
|
|
let res = await that.$api('appbasic', 'GET', {});
|
|
|
if (res.errcode == '0') {
|
|
|
that.$set(that, `basicInfo`, res.data)
|