guhongwei 2 years ago
parent
commit
8e73e9fcd5

+ 1 - 1
pages/index/index.vue

@@ -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)

File diff suppressed because it is too large
+ 1 - 1
unpackage/dist/dev/.sourcemap/mp-weixin/pages/index/index.js.map


+ 1 - 1
unpackage/dist/dev/mp-weixin/pages/index/index.js

@@ -198,7 +198,7 @@ var _default = {
             switch (_context.prev = _context.next) {
               case 0:
                 that = _this;
-                url = '/pagesVideo/search/index';
+                url = '/pagesHome/home/index';
                 _context.next = 4;
                 return that.$api('appbasic', 'GET', {});
               case 4: