去除unicloud空间绑定,修复已知错误
This commit is contained in:
8
App.vue
8
App.vue
@ -1,12 +1,11 @@
|
||||
<script>
|
||||
import initApp from '@/common/appInit.js';
|
||||
// import initApp from '@/common/appInit.js';
|
||||
import openApp from '@/common/openApp.js';
|
||||
import sysconfig from './app.config.js';
|
||||
// #ifdef H5
|
||||
// openApp() //创建在h5端全局悬浮引导用户下载app的功能
|
||||
openApp() //创建在h5端全局悬浮引导用户下载app的功能
|
||||
// #endif
|
||||
// import checkIsAgree from '@/pages/uni-agree/utils/uni-agree.js';
|
||||
import uniIdPageInit from '@/uni_modules/uni-id-pages/init.js';
|
||||
|
||||
import utils from "@/utils/common.js" //自定义函数
|
||||
export default {
|
||||
@ -24,8 +23,7 @@
|
||||
this.globalData.$i18n = this.$i18n
|
||||
this.globalData.$t = str => this.$t(str)
|
||||
this.utils = utils;
|
||||
initApp();
|
||||
uniIdPageInit();
|
||||
// initApp();
|
||||
if (o.query) {
|
||||
var opt = o.query;
|
||||
//以下做裂变分销场景布置
|
||||
|
Reference in New Issue
Block a user