|
|
@@ -84,9 +84,9 @@ Page({
|
|
|
// url = 'https://www.dongkesoft.com/public/index/changjian/news_info/id/102.html'
|
|
|
// }
|
|
|
if(e.currentTarget.dataset.type == 'user'){
|
|
|
- url = 'https://zy.op.dkiboss.com/agreement-index?agId=10002024-0718-0000-0000-000005c0a01e'
|
|
|
+ url = config.knowledge_url + '/agreement-index?agId=10002024-0718-0000-0000-000005c0a01e'
|
|
|
}else{
|
|
|
- url = 'https://zy.op.dkiboss.com/agreement-index?agId=10002024-0718-0000-0000-000005c145ff'
|
|
|
+ url = config.knowledge_url + '/agreement-index?agId=10002024-0718-0000-0000-000005c145ff'
|
|
|
}
|
|
|
let toUrl = '/pages/product/product'
|
|
|
if (url) {
|