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 = {
// baseUrl: 'https://hb.jzce.com',
baseUrl: 'http://188.188.3.232:48080',
baseUrl: 'https://hb.jzce.com',
// baseUrl: 'http://188.188.3.232:48080',
baseApi: '/admin-api',
// 应用信息
appInfo: {

4
manifest.json

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

10
pages/owner.vue

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

Loading…
Cancel
Save