新建了个页面。。。无法访问。。
<template>
<view>
11111111111111111111111
</view>
</template>
<script>
export default {
data() {
return {
}
},
methods: {
}
}
</script>
<style>
</style>
{
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "uni-app"
}
}
,{
"path" : "pages/test1/test1",
"style" :
{
"navigationBarTitleText": "111",
"enablePullDownRefresh": false
}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
}
}
http://localhost:8081/#/test1
显示空白 有点懵。。
1 个回复
小枫叶 - 外包接单加v:wlmk1234567 注明来意
重新建一下 再试一遍 哪个版本?