优化页面
This commit is contained in:
20
unpackage/dist/dev/mp-weixin/static/index.js
vendored
Normal file
20
unpackage/dist/dev/mp-weixin/static/index.js
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
"use strict";
|
||||
const common_vendor = require("../common/vendor.js");
|
||||
const _sfc_main = {
|
||||
data() {
|
||||
return {
|
||||
title: "Hello"
|
||||
};
|
||||
},
|
||||
onLoad() {
|
||||
},
|
||||
methods: {
|
||||
// 方法定义
|
||||
}
|
||||
};
|
||||
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
||||
return {};
|
||||
}
|
||||
const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-e9b233a3"]]);
|
||||
wx.createPage(MiniProgramPage);
|
||||
//# sourceMappingURL=../../.sourcemap/mp-weixin/static/index.js.map
|
||||
4
unpackage/dist/dev/mp-weixin/static/index.json
vendored
Normal file
4
unpackage/dist/dev/mp-weixin/static/index.json
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"navigationBarTitleText": "静态资源",
|
||||
"usingComponents": {}
|
||||
}
|
||||
22
unpackage/dist/dev/mp-weixin/static/index.vue
vendored
Normal file
22
unpackage/dist/dev/mp-weixin/static/index.vue
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
<template>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
data() {
|
||||
return {
|
||||
title: 'Hello'
|
||||
}
|
||||
},
|
||||
onLoad() {
|
||||
// 页面加载时执行
|
||||
},
|
||||
methods: {
|
||||
// 方法定义
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
/* 样式定义 */
|
||||
</style>
|
||||
0
unpackage/dist/dev/mp-weixin/static/index.wxml
vendored
Normal file
0
unpackage/dist/dev/mp-weixin/static/index.wxml
vendored
Normal file
2
unpackage/dist/dev/mp-weixin/static/index.wxss
vendored
Normal file
2
unpackage/dist/dev/mp-weixin/static/index.wxss
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
|
||||
/* 样式定义 */
|
||||
4
unpackage/dist/dev/mp-weixin/static/static/index.json
vendored
Normal file
4
unpackage/dist/dev/mp-weixin/static/static/index.json
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"navigationBarTitleText": "静态资源",
|
||||
"usingComponents": {}
|
||||
}
|
||||
Reference in New Issue
Block a user