获取main-entry用来获取anti_content

This commit is contained in:
aixianling
2023-08-14 18:25:19 +08:00
parent 55d2684c52
commit 788c879ed6
4 changed files with 480 additions and 52 deletions

View File

@@ -16,7 +16,7 @@ var relativeTime = require('dayjs/plugin/relativeTime')
require('dayjs/locale/zh-cn')
dayjs.extend(relativeTime)
Vue.prototype.$dayjs = dayjs
Vue.prototype.$base = "https://kuajing.pinduoduo.com"
Object.keys(utils).forEach(v => Vue.prototype[`$${v}`] = utils[v])
Vue.prototype.$http = instance