Commit 45e09dc2 by fengzhaoyu

conflict : 合并冲突

parents d467c810 71b5549a
export const globalUrl = "https://gateway2.mingwork.com"; export const globalUrl = "https://gateway2.mingwork.com";
export const globalUrl2 = "https://third-authentication.mingwork.com"; export const globalUrl2 = "https://third-authentication.mingwork.com";
/*
isShowOss 控制oss上传是否展示
true 展示
false 不能展示
测试环境为 true
线上环境为 false
*/
export const isShowOss = false
...@@ -190,7 +190,7 @@ ...@@ -190,7 +190,7 @@
<view onTap="addMeetingFile"> <view onTap="addMeetingFile">
<text class="iconfont iconicon_data"></text>文件 <text class="iconfont iconicon_data"></text>文件
</view> </view>
<view onTap="addOssFile"> <view onTap="addOssFile" a:if="{{isShowOss}}">
<text class="iconfont iconicon_data"></text> <text class="iconfont iconicon_data"></text>
<view> <view>
oss oss
......
...@@ -6,6 +6,7 @@ import { getOssPermission, getuploadResource, isParticipate, deleteSchedule, get ...@@ -6,6 +6,7 @@ import { getOssPermission, getuploadResource, isParticipate, deleteSchedule, get
import { throttle, getCreateShowTime, getRndInteger } from './../../utils/utils.js' import { throttle, getCreateShowTime, getRndInteger } from './../../utils/utils.js'
import { observer } from '/utils/observer.js' import { observer } from '/utils/observer.js'
import { resolve } from 'path'; import { resolve } from 'path';
import { isShowOss } from '../../config.js';
create.Page({ create.Page({
store: pageStore, store: pageStore,
useAll: true, useAll: true,
...@@ -109,7 +110,8 @@ create.Page({ ...@@ -109,7 +110,8 @@ create.Page({
confirmAttendance: null, confirmAttendance: null,
isExpand: false, isExpand: false,
placeholder: '', placeholder: '',
mrReserveStatus: '' mrReserveStatus: '',
isShowOss: isShowOss
}, },
onShow() { onShow() {
// this.conflictPeople() // this.conflictPeople()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment