From 10c881fd468aac909db9ceebedb26f633ca59ca4 Mon Sep 17 00:00:00 2001 From: eric Date: Sun, 13 Nov 2022 09:43:38 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=9B=B4=E6=96=B0=E9=A6=96=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dist/app.js | 38 +- dist/app.js.map | 2 +- dist/app.json | 2 +- dist/base.wxml | 8 - dist/pages/home/index.js | 52 + dist/pages/home/index.js.map | 1 + dist/pages/home/index.json | 1 + dist/pages/{index => home}/index.wxml | 0 dist/pages/index/hook.png | Bin 3967 -> 0 bytes dist/pages/index/index.js | 1636 -- dist/pages/index/index.js.map | 1 - dist/pages/index/index.json | 1 - dist/pages/index/index.wxss | 90 - ...dules_taro_weapp_prebundle_react-dom_js.js | 38 - ...ro_weapp_prebundle_react_jsx-runtime_js.js | 136 +- ...les_taro_weapp_prebundle_tarojs_taro_js.js | 41 - dist/prebundle/remoteEntry.js | 16 +- ...s_taro_weapp_prebundle_antmjs_vantui_js.js | 23840 ---------------- ...ules_taro_weapp_prebundle_react-dom_js.js} | 403 +- ...ules_taro_weapp_prebundle_taro-hooks_js.js | 8116 ------ ...es_taro_weapp_prebundle_tarojs_taro_js.js} | 72 +- dist/project.private.config.json | 7 - dist/runtime.js | 28 +- dist/runtime.js.map | 2 +- dist/taro.js | 5 +- dist/taro.js.map | 2 +- dist/vendors.js | 26 - dist/vendors.js.map | 1 - project.config.json | 2 +- src/app.config.ts | 6 +- src/pages/home/index.scss | 0 src/pages/home/index.tsx | 8 + 32 files changed, 386 insertions(+), 34195 deletions(-) create mode 100644 dist/pages/home/index.js create mode 100644 dist/pages/home/index.js.map create mode 100644 dist/pages/home/index.json rename dist/pages/{index => home}/index.wxml (100%) delete mode 100644 dist/pages/index/hook.png delete mode 100644 dist/pages/index/index.js delete mode 100644 dist/pages/index/index.js.map delete mode 100644 dist/pages/index/index.json delete mode 100644 dist/pages/index/index.wxss delete mode 100644 dist/prebundle/node_modules_taro_weapp_prebundle_react-dom_js.js delete mode 100644 dist/prebundle/node_modules_taro_weapp_prebundle_tarojs_taro_js.js delete mode 100644 dist/prebundle/vendors-node_modules_taro_weapp_prebundle_antmjs_vantui_js.js rename dist/prebundle/{vendors-node_modules_taro_weapp_prebundle_chunk-OEADN3SU_js.js => vendors-node_modules_taro_weapp_prebundle_react-dom_js.js} (94%) delete mode 100644 dist/prebundle/vendors-node_modules_taro_weapp_prebundle_taro-hooks_js.js rename dist/prebundle/{vendors-node_modules_taro_weapp_prebundle_chunk-TAHRAO33_js.js => vendors-node_modules_taro_weapp_prebundle_tarojs_taro_js.js} (86%) delete mode 100644 dist/project.private.config.json delete mode 100644 dist/vendors.js delete mode 100644 dist/vendors.js.map create mode 100644 src/pages/home/index.scss create mode 100644 src/pages/home/index.tsx diff --git a/dist/app.js b/dist/app.js index 59d2fd3..925c105 100644 --- a/dist/app.js +++ b/dist/app.js @@ -1,21 +1,16 @@ "use strict"; -require("./prebundle/vendors-node_modules_taro_weapp_prebundle_antmjs_vantui_js.js"); require("./prebundle/vendors-node_modules_taro_weapp_prebundle_chunk-VXAYXK77_js.js"); -require("./prebundle/vendors-node_modules_taro_weapp_prebundle_taro-hooks_js.js"); -require("./prebundle/vendors-node_modules_taro_weapp_prebundle_chunk-OEADN3SU_js.js"); +require("./prebundle/vendors-node_modules_taro_weapp_prebundle_react-dom_js.js"); require("./prebundle/vendors-node_modules_taro_weapp_prebundle_chunk-BS6JQHLA_js.js"); require("./prebundle/vendors-node_modules_taro_weapp_prebundle_tarojs_plugin-framework-react_dist_runtime_js.js"); -require("./prebundle/vendors-node_modules_taro_weapp_prebundle_chunk-TAHRAO33_js.js"); -require("./prebundle/node_modules_taro_weapp_prebundle_react_jsx-runtime_js.js"); +require("./prebundle/vendors-node_modules_taro_weapp_prebundle_tarojs_taro_js.js"); require("./prebundle/vendors-node_modules_taro_weapp_prebundle_chunk-LNJCN3VW_js.js"); +require("./prebundle/node_modules_taro_weapp_prebundle_react_jsx-runtime_js.js"); require("./prebundle/node_modules_taro_weapp_prebundle_tarojs_plugin-platform-weapp_dist_runtime_js.js"); require("./prebundle/node_modules_taro_weapp_prebundle_react_js.js"); -require("./prebundle/remoteEntry.js"); require("./prebundle/node_modules_taro_weapp_prebundle_tarojs_runtime_js.js"); -require("./prebundle/node_modules_taro_weapp_prebundle_react-dom_js.js"); -require("./prebundle/node_modules_taro_weapp_prebundle_tarojs_taro_js.js"); +require("./prebundle/remoteEntry.js"); -require("./vendors"); require("./taro"); require("./runtime"); @@ -99,7 +94,7 @@ var App = /*#__PURE__*/function (_Component) { -var config = {"pages":["pages/index/index"],"window":{"backgroundTextStyle":"light","navigationBarBackgroundColor":"#fff","navigationBarTitleText":"WeChat","navigationBarTextStyle":"black"}}; +var config = {"pages":["pages/home/index"],"window":{"backgroundTextStyle":"light","navigationBarBackgroundColor":"#fff","navigationBarTitleText":"WeChat","navigationBarTextStyle":"black"}}; _tarojs_runtime__WEBPACK_IMPORTED_MODULE_1__.window.__taroAppConfig = config var inst = App((0,_tarojs_plugin_framework_react_dist_runtime__WEBPACK_IMPORTED_MODULE_2__.createReactApp)(_node_modules_babel_loader_lib_index_js_ruleSet_1_rules_5_use_0_app_ts__WEBPACK_IMPORTED_MODULE_4__["default"], react__WEBPACK_IMPORTED_MODULE_5__, (react_dom__WEBPACK_IMPORTED_MODULE_6___default()), config)) @@ -319,12 +314,33 @@ function _setPrototypeOf(o, p) { return _setPrototypeOf(o, p); } +/***/ }), + +/***/ "./node_modules/@babel/runtime/helpers/esm/typeof.js": +/*!***********************************************************!*\ + !*** ./node_modules/@babel/runtime/helpers/esm/typeof.js ***! + \***********************************************************/ +/***/ (function(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) { + +/* harmony export */ __webpack_require__.d(__webpack_exports__, { +/* harmony export */ "default": function() { return /* binding */ _typeof; } +/* harmony export */ }); +function _typeof(obj) { + "@babel/helpers - typeof"; + + return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { + return typeof obj; + } : function (obj) { + return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; + }, _typeof(obj); +} + /***/ }) }, /******/ function(__webpack_require__) { // webpackRuntimeModules /******/ var __webpack_exec__ = function(moduleId) { return __webpack_require__(__webpack_require__.s = moduleId); } -/******/ __webpack_require__.O(0, ["vendors","common"], function() { return __webpack_exec__("./src/app.ts"); }); +/******/ __webpack_require__.O(0, ["common"], function() { return __webpack_exec__("./src/app.ts"); }); /******/ var __webpack_exports__ = __webpack_require__.O(); /******/ } ]);;; diff --git a/dist/app.js.map b/dist/app.js.map index 610c6b8..f8e948f 100644 --- a/dist/app.js.map +++ b/dist/app.js.map @@ -1 +1 @@ -{"version":3,"file":"app.js","mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AACA;AAAA;AACA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AACA;AAAA;AAAA;AAEA;AAAA;AAAA;;AAIA;AAAA;AAAA;AAAA;AAEA;AACA;AAAA;AAAA;AAAA;AAGA;;;;;;;;;;;;;;;;;;;;;;;ACfA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;;;;;;;;;;;;;AClBA;AACA;AACA;AACA;AACA;AACA;;;;;;;;;;;;;ACLA;AACA;AACA;AACA;AACA;;;;;;;;;;;;;ACJA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;;;;;;;;;;;;;;;AChBA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;;;;;;;;;;;;AChBA;AACA;AACA;AACA;AACA;AACA;;;;;;;;;;;;;;ACLA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;;;;;;;;;;;;AChBA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;;;;;;;;;;;;;;ACVA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;;;;;;;;;;;;ACTA;AACA;AACA;AACA;AACA;AACA;AACA","sources":["webpack://myApp/._src_app.ts","webpack://myApp/./src/app.ts?7071","webpack://myApp/._node_modules_@babel_runtime_helpers_esm_assertThisInitialized.js","webpack://myApp/._node_modules_@babel_runtime_helpers_esm_classCallCheck.js","webpack://myApp/._node_modules_@babel_runtime_helpers_esm_createClass.js","webpack://myApp/._node_modules_@babel_runtime_helpers_esm_createSuper.js","webpack://myApp/._node_modules_@babel_runtime_helpers_esm_getPrototypeOf.js","webpack://myApp/._node_modules_@babel_runtime_helpers_esm_inherits.js","webpack://myApp/._node_modules_@babel_runtime_helpers_esm_isNativeReflectConstruct.js","webpack://myApp/._node_modules_@babel_runtime_helpers_esm_possibleConstructorReturn.js","webpack://myApp/._node_modules_@babel_runtime_helpers_esm_setPrototypeOf.js"],"sourcesContent":["import { Component } from \"react\";\nimport \"./app.scss\";\nclass App extends Component {\n componentDidMount() {}\n\n componentDidShow () {}\n\n componentDidHide () {}\n\n // this.props.children 是将要会渲染的页面\n render() {\n return this.props.children;\n }\n}\n\nexport default App;\n","import '@tarojs/plugin-platform-weapp/dist/runtime'\n\nimport { window } from '@tarojs/runtime'\nimport { createReactApp } from '@tarojs/plugin-framework-react/dist/runtime'\nimport { initPxTransform } from '@tarojs/taro'\n\nimport component from \"../node_modules/babel-loader/lib/index.js??ruleSet[1].rules[5].use[0]!./app.ts\"\n\nimport * as React from 'react'\nimport ReactDOM from 'react-dom'\n\nvar config = {\"pages\":[\"pages/index/index\"],\"window\":{\"backgroundTextStyle\":\"light\",\"navigationBarBackgroundColor\":\"#fff\",\"navigationBarTitleText\":\"WeChat\",\"navigationBarTextStyle\":\"black\"}};\nwindow.__taroAppConfig = config\nvar inst = App(createReactApp(component, React, ReactDOM, config))\n\ninitPxTransform({\n designWidth: 750,\n deviceRatio: {\"640\":1.17,\"750\":1,\"828\":0.905}\n})\n","export default function _assertThisInitialized(self) {\n if (self === void 0) {\n throw new ReferenceError(\"this hasn't been initialised - super() hasn't been called\");\n }\n return self;\n}","export default function _classCallCheck(instance, Constructor) {\n if (!(instance instanceof Constructor)) {\n throw new TypeError(\"Cannot call a class as a function\");\n }\n}","function _defineProperties(target, props) {\n for (var i = 0; i < props.length; i++) {\n var descriptor = props[i];\n descriptor.enumerable = descriptor.enumerable || false;\n descriptor.configurable = true;\n if (\"value\" in descriptor) descriptor.writable = true;\n Object.defineProperty(target, descriptor.key, descriptor);\n }\n}\nexport default function _createClass(Constructor, protoProps, staticProps) {\n if (protoProps) _defineProperties(Constructor.prototype, protoProps);\n if (staticProps) _defineProperties(Constructor, staticProps);\n Object.defineProperty(Constructor, \"prototype\", {\n writable: false\n });\n return Constructor;\n}","import getPrototypeOf from \"./getPrototypeOf.js\";\nimport isNativeReflectConstruct from \"./isNativeReflectConstruct.js\";\nimport possibleConstructorReturn from \"./possibleConstructorReturn.js\";\nexport default function _createSuper(Derived) {\n var hasNativeReflectConstruct = isNativeReflectConstruct();\n return function _createSuperInternal() {\n var Super = getPrototypeOf(Derived),\n result;\n if (hasNativeReflectConstruct) {\n var NewTarget = getPrototypeOf(this).constructor;\n result = Reflect.construct(Super, arguments, NewTarget);\n } else {\n result = Super.apply(this, arguments);\n }\n return possibleConstructorReturn(this, result);\n };\n}","export default function _getPrototypeOf(o) {\n _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) {\n return o.__proto__ || Object.getPrototypeOf(o);\n };\n return _getPrototypeOf(o);\n}","import setPrototypeOf from \"./setPrototypeOf.js\";\nexport default function _inherits(subClass, superClass) {\n if (typeof superClass !== \"function\" && superClass !== null) {\n throw new TypeError(\"Super expression must either be null or a function\");\n }\n subClass.prototype = Object.create(superClass && superClass.prototype, {\n constructor: {\n value: subClass,\n writable: true,\n configurable: true\n }\n });\n Object.defineProperty(subClass, \"prototype\", {\n writable: false\n });\n if (superClass) setPrototypeOf(subClass, superClass);\n}","export default function _isNativeReflectConstruct() {\n if (typeof Reflect === \"undefined\" || !Reflect.construct) return false;\n if (Reflect.construct.sham) return false;\n if (typeof Proxy === \"function\") return true;\n try {\n Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {}));\n return true;\n } catch (e) {\n return false;\n }\n}","import _typeof from \"./typeof.js\";\nimport assertThisInitialized from \"./assertThisInitialized.js\";\nexport default function _possibleConstructorReturn(self, call) {\n if (call && (_typeof(call) === \"object\" || typeof call === \"function\")) {\n return call;\n } else if (call !== void 0) {\n throw new TypeError(\"Derived constructors may only return object or undefined\");\n }\n return assertThisInitialized(self);\n}","export default function _setPrototypeOf(o, p) {\n _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf(o, p) {\n o.__proto__ = p;\n return o;\n };\n return _setPrototypeOf(o, p);\n}"],"names":[],"sourceRoot":""} \ No newline at end of file +{"version":3,"file":"app.js","mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AACA;AAAA;AACA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AACA;AAAA;AAAA;AAEA;AAAA;AAAA;;AAIA;AAAA;AAAA;AAAA;AAEA;AACA;AAAA;AAAA;AAAA;AAGA;;;;;;;;;;;;;;;;;;;;;;;ACfA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;;;;;;;;;;;;;AClBA;AACA;AACA;AACA;AACA;AACA;;;;;;;;;;;;;ACLA;AACA;AACA;AACA;AACA;;;;;;;;;;;;;ACJA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;;;;;;;;;;;;;;;AChBA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;;;;;;;;;;;;AChBA;AACA;AACA;AACA;AACA;AACA;;;;;;;;;;;;;;ACLA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;;;;;;;;;;;;AChBA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;;;;;;;;;;;;;;ACVA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;;;;;;;;;;;;ACTA;AACA;AACA;AACA;AACA;AACA;AACA;;;;;;;;;;;;;ACNA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA","sources":["webpack://myApp/._src_app.ts","webpack://myApp/./src/app.ts?7071","webpack://myApp/._node_modules_@babel_runtime_helpers_esm_assertThisInitialized.js","webpack://myApp/._node_modules_@babel_runtime_helpers_esm_classCallCheck.js","webpack://myApp/._node_modules_@babel_runtime_helpers_esm_createClass.js","webpack://myApp/._node_modules_@babel_runtime_helpers_esm_createSuper.js","webpack://myApp/._node_modules_@babel_runtime_helpers_esm_getPrototypeOf.js","webpack://myApp/._node_modules_@babel_runtime_helpers_esm_inherits.js","webpack://myApp/._node_modules_@babel_runtime_helpers_esm_isNativeReflectConstruct.js","webpack://myApp/._node_modules_@babel_runtime_helpers_esm_possibleConstructorReturn.js","webpack://myApp/._node_modules_@babel_runtime_helpers_esm_setPrototypeOf.js","webpack://myApp/._node_modules_@babel_runtime_helpers_esm_typeof.js"],"sourcesContent":["import { Component } from \"react\";\nimport \"./app.scss\";\nclass App extends Component {\n componentDidMount() {}\n\n componentDidShow () {}\n\n componentDidHide () {}\n\n // this.props.children 是将要会渲染的页面\n render() {\n return this.props.children;\n }\n}\n\nexport default App;\n","import '@tarojs/plugin-platform-weapp/dist/runtime'\n\nimport { window } from '@tarojs/runtime'\nimport { createReactApp } from '@tarojs/plugin-framework-react/dist/runtime'\nimport { initPxTransform } from '@tarojs/taro'\n\nimport component from \"../node_modules/babel-loader/lib/index.js??ruleSet[1].rules[5].use[0]!./app.ts\"\n\nimport * as React from 'react'\nimport ReactDOM from 'react-dom'\n\nvar config = {\"pages\":[\"pages/home/index\"],\"window\":{\"backgroundTextStyle\":\"light\",\"navigationBarBackgroundColor\":\"#fff\",\"navigationBarTitleText\":\"WeChat\",\"navigationBarTextStyle\":\"black\"}};\nwindow.__taroAppConfig = config\nvar inst = App(createReactApp(component, React, ReactDOM, config))\n\ninitPxTransform({\n designWidth: 750,\n deviceRatio: {\"640\":1.17,\"750\":1,\"828\":0.905}\n})\n","export default function _assertThisInitialized(self) {\n if (self === void 0) {\n throw new ReferenceError(\"this hasn't been initialised - super() hasn't been called\");\n }\n return self;\n}","export default function _classCallCheck(instance, Constructor) {\n if (!(instance instanceof Constructor)) {\n throw new TypeError(\"Cannot call a class as a function\");\n }\n}","function _defineProperties(target, props) {\n for (var i = 0; i < props.length; i++) {\n var descriptor = props[i];\n descriptor.enumerable = descriptor.enumerable || false;\n descriptor.configurable = true;\n if (\"value\" in descriptor) descriptor.writable = true;\n Object.defineProperty(target, descriptor.key, descriptor);\n }\n}\nexport default function _createClass(Constructor, protoProps, staticProps) {\n if (protoProps) _defineProperties(Constructor.prototype, protoProps);\n if (staticProps) _defineProperties(Constructor, staticProps);\n Object.defineProperty(Constructor, \"prototype\", {\n writable: false\n });\n return Constructor;\n}","import getPrototypeOf from \"./getPrototypeOf.js\";\nimport isNativeReflectConstruct from \"./isNativeReflectConstruct.js\";\nimport possibleConstructorReturn from \"./possibleConstructorReturn.js\";\nexport default function _createSuper(Derived) {\n var hasNativeReflectConstruct = isNativeReflectConstruct();\n return function _createSuperInternal() {\n var Super = getPrototypeOf(Derived),\n result;\n if (hasNativeReflectConstruct) {\n var NewTarget = getPrototypeOf(this).constructor;\n result = Reflect.construct(Super, arguments, NewTarget);\n } else {\n result = Super.apply(this, arguments);\n }\n return possibleConstructorReturn(this, result);\n };\n}","export default function _getPrototypeOf(o) {\n _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) {\n return o.__proto__ || Object.getPrototypeOf(o);\n };\n return _getPrototypeOf(o);\n}","import setPrototypeOf from \"./setPrototypeOf.js\";\nexport default function _inherits(subClass, superClass) {\n if (typeof superClass !== \"function\" && superClass !== null) {\n throw new TypeError(\"Super expression must either be null or a function\");\n }\n subClass.prototype = Object.create(superClass && superClass.prototype, {\n constructor: {\n value: subClass,\n writable: true,\n configurable: true\n }\n });\n Object.defineProperty(subClass, \"prototype\", {\n writable: false\n });\n if (superClass) setPrototypeOf(subClass, superClass);\n}","export default function _isNativeReflectConstruct() {\n if (typeof Reflect === \"undefined\" || !Reflect.construct) return false;\n if (Reflect.construct.sham) return false;\n if (typeof Proxy === \"function\") return true;\n try {\n Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {}));\n return true;\n } catch (e) {\n return false;\n }\n}","import _typeof from \"./typeof.js\";\nimport assertThisInitialized from \"./assertThisInitialized.js\";\nexport default function _possibleConstructorReturn(self, call) {\n if (call && (_typeof(call) === \"object\" || typeof call === \"function\")) {\n return call;\n } else if (call !== void 0) {\n throw new TypeError(\"Derived constructors may only return object or undefined\");\n }\n return assertThisInitialized(self);\n}","export default function _setPrototypeOf(o, p) {\n _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf(o, p) {\n o.__proto__ = p;\n return o;\n };\n return _setPrototypeOf(o, p);\n}","export default function _typeof(obj) {\n \"@babel/helpers - typeof\";\n\n return _typeof = \"function\" == typeof Symbol && \"symbol\" == typeof Symbol.iterator ? function (obj) {\n return typeof obj;\n } : function (obj) {\n return obj && \"function\" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? \"symbol\" : typeof obj;\n }, _typeof(obj);\n}"],"names":[],"sourceRoot":""} \ No newline at end of file diff --git a/dist/app.json b/dist/app.json index ebbac1e..8e80fde 100644 --- a/dist/app.json +++ b/dist/app.json @@ -1 +1 @@ -{"pages":["pages/index/index"],"window":{"backgroundTextStyle":"light","navigationBarBackgroundColor":"#fff","navigationBarTitleText":"WeChat","navigationBarTextStyle":"black"}} \ No newline at end of file +{"pages":["pages/home/index"],"window":{"backgroundTextStyle":"light","navigationBarBackgroundColor":"#fff","navigationBarTitleText":"WeChat","navigationBarTextStyle":"black"}} \ No newline at end of file diff --git a/dist/base.wxml b/dist/base.wxml index b8809e5..c6f4b5c 100644 --- a/dist/base.wxml +++ b/dist/base.wxml @@ -53,14 +53,6 @@ -