hupeng 4 years ago
parent
commit
2aa9719ee6
  1. 3
      manifest.json
  2. 2
      unpackage/debug/.ios.ins
  3. BIN
      unpackage/debug/iOS_debug.ipa
  4. 5
      utils/index.js

3
manifest.json

@ -92,7 +92,8 @@
"hdpi" : "unpackage/res/splash/480+762.png",
"xhdpi" : "unpackage/res/splash/720+1242.png",
"xxhdpi" : "unpackage/res/splash/1080+1882.png"
}
},
"iosStyle" : "common"
},
"icons" : {
"android" : {

2
unpackage/debug/.ios.ins

@ -1 +1 @@
forceInstall
installed

BIN
unpackage/debug/iOS_debug.ipa

Binary file not shown.

5
utils/index.js

@ -240,6 +240,11 @@ export const login = () => {
reject('当前运行环境为H5')
return
}
if (Vue.prototype.$deviceType == 'app') {
console.log('当前运行环境为app')
reject('当前运行环境为app')
return
}
console.log('————————————————————')
console.log('开始登录')
console.log('————————————————————')

Loading…
Cancel
Save