|
@@ -198,6 +198,21 @@ var globalHead = new Vue({
|
|
|
})
|
|
|
}
|
|
|
console.log('hello')
|
|
|
+ $('#baseTopNavUl').find('li').each(function() {
|
|
|
+ var _that = $(this);
|
|
|
+ var _textHtml = _that.find('a').text();
|
|
|
+ switch (_textHtml){
|
|
|
+ case '产品':
|
|
|
+ _that.find('a').text('医疗器械产品');
|
|
|
+ break;
|
|
|
+ case '仪器':
|
|
|
+ _that.find('a').text('医疗器械仪器');
|
|
|
+ break;
|
|
|
+ case '信息平台':
|
|
|
+ _that.find('a').text('医疗器械信息');
|
|
|
+ break;
|
|
|
+ }
|
|
|
+ })
|
|
|
// 判断导航菜单高亮-对比url
|
|
|
setTimeout(function(){
|
|
|
var path = window.location.pathname;
|
|
@@ -394,7 +409,6 @@ $(function(){
|
|
|
document.body.removeChild(oInput);
|
|
|
CAIMEI.dialog('复制成功');
|
|
|
});
|
|
|
-
|
|
|
});
|
|
|
/*function uuid() {
|
|
|
var s = [];
|