Browse Source

format 1.1.7 change config

master
赵明涛 7 months ago
parent
commit
4dc783af97
  1. 4
      app/build.gradle
  2. 2
      app/src/main/assets/apps/__UNI__3B4D40B/www/app-service.js
  3. 2
      app/src/main/assets/data/dcloud_control.xml
  4. 4
      uniapp_project_code/src/utils/api.js

4
app/build.gradle

@ -8,8 +8,8 @@ android {
minSdkVersion 21
targetSdkVersion 28 //21 io.dcloud.PandoraEntry apk入口时 targetSDKVersion>=21
versionCode 116
versionName "1.1.6"
versionCode 117
versionName "1.1.7"
multiDexEnabled true
ndk {
// abiFilters 'x86','armeabi-v7a'

2
app/src/main/assets/apps/__UNI__3B4D40B/www/app-service.js
File diff suppressed because it is too large
View File

2
app/src/main/assets/data/dcloud_control.xml

@ -1,5 +1,5 @@
<!--注意:正式版要改为false!!-->
<hbuilder debug="true" syncDebug="true">
<hbuilder debug="false" syncDebug="false">
<apps>
<app appid="__UNI__3B4D40B" appver=""/>
</apps>

4
uniapp_project_code/src/utils/api.js

@ -1,5 +1,5 @@
// export const ORIGIN = `http://ouxuanmaganer.ouxuanzhineng.cn`; // 正式
export const ORIGIN = `https://testmanager.ouxuanzhineng.cn`; // 测试
export const ORIGIN = `http://ouxuanmaganer.ouxuanzhineng.cn`; // 正式
// export const ORIGIN = `https://testmanager.ouxuanzhineng.cn`; // 测试
export const API = {

Loading…
Cancel
Save