优化后,再次提交
This commit is contained in:
21
unpackage/dist/dev/mp-weixin/pages/Inspectionlog/Inspectionlog.js
vendored
Normal file
21
unpackage/dist/dev/mp-weixin/pages/Inspectionlog/Inspectionlog.js
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
"use strict";
|
||||
const common_vendor = require("../../common/vendor.js");
|
||||
const _sfc_main = {
|
||||
__name: "Inspectionlog",
|
||||
setup(__props) {
|
||||
const Checklist = () => {
|
||||
common_vendor.index.navigateTo({
|
||||
url: "/pages/Inspectionchecklist/Inspectionchecklist"
|
||||
});
|
||||
};
|
||||
return (_ctx, _cache) => {
|
||||
return {
|
||||
a: common_vendor.o(($event) => Checklist()),
|
||||
b: common_vendor.gei(_ctx, "")
|
||||
};
|
||||
};
|
||||
}
|
||||
};
|
||||
const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["__scopeId", "data-v-2f72507f"]]);
|
||||
wx.createPage(MiniProgramPage);
|
||||
//# sourceMappingURL=../../../.sourcemap/mp-weixin/pages/Inspectionlog/Inspectionlog.js.map
|
||||
Reference in New Issue
Block a user