Browse Source

2.0.4测试环境

master
aBin 3 years ago
parent
commit
0f84b7ea11
  1. 8
      .env.development
  2. 8
      .env.production
  3. 2
      src/components/PrettyExchange/PrettyExchange.vue
  4. 2
      src/components/Upload/Upload.vue

8
.env.development

@ -1,8 +1,8 @@
VUE_APP_NODE_ENV=development
VUE_APP_BASE_URL=https://www.tall.wiki
VUE_APP_API_URL=https://www.tall.wiki/gateway
VUE_APP_BASE_URL=http://101.201.226.163
VUE_APP_API_URL=http://101.201.226.163/gateway
VUE_APP_MSG_URL=ws://www.tall.wiki/websocket/message/v4.0/ws
VUE_APP_PROJECT_PATH=https://www.tall.wiki/carBasicTall
VUE_APP_QUESTION_PATH=https://www.tall.wiki/carbasics
VUE_APP_PROJECT_PATH=http://101.201.226.163/carBasicTall
VUE_APP_QUESTION_PATH=http://101.201.226.163/carbasics
VUE_APP_VERSION=v3.1.0
VUE_APP_PUBLIC_PATH=/carBasicCalendar/

8
.env.production

@ -1,8 +1,8 @@
VUE_APP_NODE_ENV=production
VUE_APP_BASE_URL=https://www.tall.wiki
VUE_APP_API_URL=https://www.tall.wiki/gateway
VUE_APP_BASE_URL=https://test.tall.wiki
VUE_APP_API_URL=https://test.tall.wiki/gateway-1
VUE_APP_MSG_URL=wss://www.tall.wiki/websocket/message/v4.0/ws
VUE_APP_PROJECT_PATH=https://www.tall.wiki/carBasicTall
VUE_APP_QUESTION_PATH=https://www.tall.wiki/carbasics
VUE_APP_PROJECT_PATH=https://test.tall.wiki/carBasicTall-1
VUE_APP_QUESTION_PATH=https://test.tall.wiki/carbasics-1
VUE_APP_VERSION=v3.1.0
VUE_APP_PUBLIC_PATH=/carBasicCalendar/

2
src/components/PrettyExchange/PrettyExchange.vue

@ -111,7 +111,7 @@
<view class="border-80 bg-blue-500" v-if="item.showSubBorder"></view>
</view>
</view>
<view class="edition">v2.0.2</view>
<view class="edition">v2.0.4</view>
</scroll-view>
<!-- 移动悬浮 begin -->
<view v-if="showMoveImage">

2
src/components/Upload/Upload.vue

@ -54,6 +54,7 @@
</template>
</view>
<!-- <u-button @click="jump" size="default" type="primary"> 拍照 </u-button> -->
<u-top-tips ref="uTips"></u-top-tips>
</view>
</template>
@ -112,6 +113,7 @@ export default {
}
}
} catch (error) {
console.error('error: ', error);
this.$refs.uTips.show({
title: '授权失败',
type: 'success',

Loading…
Cancel
Save