This commit is contained in:
Double-_-Z 2025-07-21 01:24:26 +08:00
parent 0fbfbde161
commit 80146b2d75
3 changed files with 1 additions and 15 deletions

View File

@ -37,7 +37,7 @@ export default {
return {
current: uni.getStorageSync('current')||0,//
loading: false,
fileUrl: configService.fileUrl + 'pixel/navigation/',//
fileUrl: configService.fileUrl + 'aerocraft/navigation/',//
//
navicationList:[
{

View File

@ -120,21 +120,7 @@ export default {
}
}
},
onReady() {
// this.$refs.loginForm.setRules(this.loginRules);
},
methods:{
//
back(){
console.log(this.nextUrl);
// if(this.nextUrl==='/pages/mobile_web/index/index'&&
// uni.getStorageSync('current')===1){
// uni.setStorageSync('current',0);
// uni.navigateBack();
// } else {
// uni.navigateBack();
// }
},
//
submit(){
if(!this.isAgreed){

Binary file not shown.

Before

Width:  |  Height:  |  Size: 680 B