h5_meeting/api/index.js
@@ -5,7 +5,7 @@ // export const meetScreenData = (data) => { return http({ url: 'cloudService/web/meeting/meetScreenData', url: '/meetingAdmin/cloudService/web/meeting/meetScreenData', method: 'get', data }) h5_meeting/manifest.json
@@ -1,5 +1,5 @@ { "name" : "h5_meeting", "name" : "安泰会议室", "appid" : "__UNI__EF8BAA7", "description" : "", "versionName" : "1.0.0", @@ -47,6 +47,38 @@ /* SDK配置 */ "sdkConfigs" : { "ad" : {} }, "icons" : { "android" : { "xxhdpi" : "unpackage/res/icons/144x144.png", "xhdpi" : "unpackage/res/icons/96x96.png", "hdpi" : "unpackage/res/icons/72x72.png", "xxxhdpi" : "unpackage/res/icons/192x192.png" }, "ios" : { "appstore" : "unpackage/res/icons/1024x1024.png", "ipad" : { "app" : "unpackage/res/icons/76x76.png", "app@2x" : "unpackage/res/icons/152x152.png", "notification" : "unpackage/res/icons/20x20.png", "notification@2x" : "unpackage/res/icons/40x40.png", "proapp@2x" : "unpackage/res/icons/167x167.png", "settings" : "unpackage/res/icons/29x29.png", "settings@2x" : "unpackage/res/icons/58x58.png", "spotlight" : "unpackage/res/icons/40x40.png", "spotlight@2x" : "unpackage/res/icons/80x80.png" }, "iphone" : { "app@2x" : "unpackage/res/icons/120x120.png", "app@3x" : "unpackage/res/icons/180x180.png", "notification@2x" : "unpackage/res/icons/40x40.png", "notification@3x" : "unpackage/res/icons/60x60.png", "settings@2x" : "unpackage/res/icons/58x58.png", "settings@3x" : "unpackage/res/icons/87x87.png", "spotlight@2x" : "unpackage/res/icons/80x80.png", "spotlight@3x" : "unpackage/res/icons/120x120.png" } } } } }, h5_meeting/pages/index/config.vue
@@ -11,14 +11,14 @@ <view class="item"> <view class="title">接口地址</view> <view class="line"> <input type="text" v-model="param.baseUrl" /> <input type="text" placeholder="http://10.50.250.178:8088/gateway_interface" v-model="param.baseUrl" /> <image src="../../static/icon/right.svg" class="icon"></image> </view> </view> <view class="item"> <view class="title">接口调用间隔(秒)</view> <view class="line"> <input type="text" v-model="param.time" /> <input type="text" placeholder="60" v-model="param.time" /> <image src="../../static/icon/right.svg" class="icon"></image> </view> </view> h5_meeting/unpackage/res/icons/1024x1024.png
h5_meeting/unpackage/res/icons/120x120.png
h5_meeting/unpackage/res/icons/144x144.png
h5_meeting/unpackage/res/icons/152x152.png
h5_meeting/unpackage/res/icons/167x167.png
h5_meeting/unpackage/res/icons/180x180.png
h5_meeting/unpackage/res/icons/192x192.png
h5_meeting/unpackage/res/icons/20x20.png
h5_meeting/unpackage/res/icons/29x29.png
h5_meeting/unpackage/res/icons/40x40.png
h5_meeting/unpackage/res/icons/58x58.png
h5_meeting/unpackage/res/icons/60x60.png
h5_meeting/unpackage/res/icons/72x72.png
h5_meeting/unpackage/res/icons/76x76.png
h5_meeting/unpackage/res/icons/80x80.png
h5_meeting/unpackage/res/icons/87x87.png
h5_meeting/unpackage/res/icons/96x96.png
h5_meeting/utils/config.js
@@ -1,6 +1,6 @@ // export const baseUrl = 'meetingAdmin/' export const baseUrl = 'http://10.50.250.178:8088/gateway_interface/meetingAdmin/' export const baseUrl = 'http://10.50.250.178:8088/gateway_interface/' export const uploadAvatar = `${baseUrl}visitsAdmin/cloudService/web/public/uploadFtp.do` export const uploadUrl = `${baseUrl}visitsAdmin/cloudService/public/uploadBatch`