Explorar el Código

2023年10月18日17:09:03

yxb
wq hace 1 año
padre
commit
4af97b158a
Se han modificado 3 ficheros con 21 adiciones y 0 borrados
  1. 9
    0
      pages.json
  2. 11
    0
      pages/hint/hint.vue
  3. 1
    0
      pages/zaweb/zaweb.vue

+ 9
- 0
pages.json Ver fichero

"defaultTitle": "" // 将导航栏默认的 title 置空 "defaultTitle": "" // 将导航栏默认的 title 置空
} }
} }
}, {
"path": "pages/hint/hint",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}, },
{ {
"path": "pages/order/order", "path": "pages/order/order",
"style": { "style": {
} }
} }
], ],
"subPackages": [{ "subPackages": [{
"root": "subpackage/after-sale", //售后相关 "root": "subpackage/after-sale", //售后相关

+ 11
- 0
pages/hint/hint.vue Ver fichero

<template>
<div>
模拟渠道方小程序
</div>
</template>
<script setup lang='ts'>

</script>
<style lang='scss' scoped>

</style>

+ 1
- 0
pages/zaweb/zaweb.vue Ver fichero

url.value = 'https://qtzl.etcjz.cn/wxOrder/' url.value = 'https://qtzl.etcjz.cn/wxOrder/'
// #endif // #endif
// #ifdef MP-ALIPAY // #ifdef MP-ALIPAY
// url.value = 'https://qtzl.etcjz.cn/wxOrder/#/pages/backPage/backPage?type=3'
url.value = 'https://qtzl.etcjz.cn/aliOrder/' url.value = 'https://qtzl.etcjz.cn/aliOrder/'
// #endif // #endif
</script> </script>

Cargando…
Cancelar
Guardar