Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuywap-node
·
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
Plain Diff
Browse Files
Authored by
李靖
7 years ago
Commit
b60ac3386019fecf1af565ed0d5ba93122c64daa
2 parents
a9b899e8
73157ca8
Merge branch 'hotfix/mip' into 'release/6.3'
空格 See merge request
!1076
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
apps/mip/mip-utils.js
apps/mip/mip-utils.js
View file @
b60ac33
...
...
@@ -73,7 +73,7 @@ module.exports = {
// mip-link
// $('a').each(function() {
// let $this = $(this);
// let mipLink = `<mip-link href="${$this.attr('href')}" class="${$this.attr('class') || ''}"
// let mipLink = `<mip-link href="${$this.attr('href')}" class="${$this.attr('class') || ''}"
// title="${$this.attr('title') || ''}">${$this.html()}</mip-link>`; // eslint-disable-line
// $this.replaceWith(mipLink);
// });
...
...
Please
register
or
login
to post a comment