Commit f850b4ee by 李金轩

ljx

1 parent 07ab3f2a
window._baseUrl = ['localhost', '192.168.1.104'].includes(window.location.hostname) ? 'http://store.keliuyun.com:9998' : ''
window._baseUrl = ['localhost', '192.168.1.104'].includes(window.location.hostname) ? 'http://mall.keliuyun.com:9998' : ''
// window._baseUrl = 'http://36.112.68.214:9999'
......
......@@ -15,7 +15,7 @@ axiosInstance.interceptors.request.use(
config => {
if (['localhost', '192.168.1.104'].includes(window.location.hostname))
{
config.headers.Authorization = '5607a210-f2fc-414f-bb21-a469da68530a'
config.headers.Authorization = 'a54766a2-96df-43cf-ab78-963a8b7915de'
}
else
{
......
......@@ -329,7 +329,7 @@ export default {
const repair = async function() {
isLoading.value = true
isSuspended.value = true
isSuspended.value = false
dataList.value = []
const rawData = toRaw(queryForm)
for (const channelId of rawData.channel_id)
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!