Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohoblk-wap
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
ccbikai
2016-08-18 15:02:32 +0800
Commit
c063534b0dbd9bd46843a7fdc086cbc28e5cb303
1 parent
48f1aa59
移除调试信息
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
7 deletions
public/js/common/intercept-click.js
public/js/index.js
public/vue/me/home.vue
public/js/common/intercept-click.js
View file @
c063534
...
...
@@ -7,8 +7,6 @@ const parse = require('yoho-qs/parse'); // 提供解析函数
const
origin
=
location
.
origin
;
console
.
log
(
'定义拦截跳转'
);
/**
* TODO: 结构优化
*/
...
...
public/js/index.js
View file @
c063534
...
...
@@ -22,9 +22,6 @@ const util = require('common/util');
const
interceptClick
=
require
(
'common/intercept-click'
);
const
bus
=
require
(
'common/vue-bus'
);
console
.
log
(
'index 依赖拦截跳转'
);
/**
* iOS 7 不支持 Promise, vue-lazyload 有用到,所以全局申明
*/
...
...
public/vue/me/home.vue
View file @
c063534
...
...
@@ -78,8 +78,6 @@
const interceptClick = require('common/intercept-click');
const cheader = require('component/header.vue');
console.log('业务代码 依赖拦截跳转');
module.exports = {
data() {
return {
...
...
Please
register
or
login
to post a comment