17 lines
340 B
JavaScript
17 lines
340 B
JavaScript
"use strict";
|
|
require("../../common/vendor.js");
|
|
if (!Math) {
|
|
indexZi();
|
|
}
|
|
const indexZi = () => "./index2.js";
|
|
const _sfc_main = {
|
|
__name: "indexFu",
|
|
setup(__props) {
|
|
return (_ctx, _cache) => {
|
|
return {};
|
|
};
|
|
}
|
|
};
|
|
wx.createPage(_sfc_main);
|
|
//# sourceMappingURL=../../../.sourcemap/mp-weixin/pages/index/indexFu.js.map
|