Browse Source

配置微信上传

master
parent
commit
adec421422
  1. 4
      config.js
  2. 4
      manifest.json
  3. 10
      pages/owner.vue

4
config.js

@ -1,7 +1,7 @@
// 应用全局配置 // 应用全局配置
module.exports = { module.exports = {
// baseUrl: 'https://hb.jzce.com', baseUrl: 'https://hb.jzce.com',
baseUrl: 'http://188.188.3.232:48080', // baseUrl: 'http://188.188.3.232:48080',
baseApi: '/admin-api', baseApi: '/admin-api',
// 应用信息 // 应用信息
appInfo: { appInfo: {

4
manifest.json

@ -1,6 +1,6 @@
{ {
"name" : "智慧生态", "name" : "智慧生态",
"appid": "__UNI__25A9D80", "appid" : "__UNI__CECFD0D",
"description" : "", "description" : "",
"versionName" : "1.0.0", "versionName" : "1.0.0",
"versionCode" : 1, "versionCode" : 1,
@ -70,7 +70,7 @@
"port" : 9090, "port" : 9090,
"https" : false "https" : false
}, },
"title": "Yudao-App", "title" : "nature-secure-miniapp",
"router" : { "router" : {
"mode" : "hash", "mode" : "hash",
"base" : "./" "base" : "./"

10
pages/owner.vue

@ -36,7 +36,7 @@
></u--image> ></u--image>
<text class="wd-font-800">消息通知</text> <text class="wd-font-800">消息通知</text>
</view> </view>
<view class="wd-flex wd-flex-row wd-items-center" style="gap: 8px"> <!-- <view class="wd-flex wd-flex-row wd-items-center" style="gap: 8px">
<u-count-to <u-count-to
:startVal="30" :startVal="30"
:endVal="500" :endVal="500"
@ -44,8 +44,12 @@
separator="," separator=","
></u-count-to> ></u-count-to>
<u-icon name="arrow-right"></u-icon> <u-icon name="arrow-right"></u-icon>
</view> </view> -->
<view class="wd-flex wd-flex-row wd-items-center" style="gap: 8px" @click="openSubMessage"> <view
class="wd-flex wd-flex-row wd-items-center"
style="gap: 8px"
@click="openSubMessage"
>
<text>点击开启</text> <text>点击开启</text>
<u-icon name="arrow-right"></u-icon> <u-icon name="arrow-right"></u-icon>
</view> </view>

Loading…
Cancel
Save