|
|
|
@ -2,9 +2,9 @@ import {
|
|
|
|
$post
|
|
|
|
$post
|
|
|
|
} from '@/lu/axios.js'
|
|
|
|
} from '@/lu/axios.js'
|
|
|
|
import $api from './api.js'
|
|
|
|
import $api from './api.js'
|
|
|
|
let url_ = "https://qhdsiyuan-api.sixinyun.com";
|
|
|
|
let url_ = "https://lfsytj-api.sixinyun.com";
|
|
|
|
let chat_url = "https://service-platform.sixinyun.com"
|
|
|
|
let chat_url = "https://service-platform.sixinyun.com"
|
|
|
|
let service_platform_appid="qhd130302000102" //岚科服务平台唯一appid
|
|
|
|
let service_platform_appid="lf141002000001" //岚科服务平台唯一appid
|
|
|
|
const dev =0
|
|
|
|
const dev =0
|
|
|
|
if (dev === 1) {
|
|
|
|
if (dev === 1) {
|
|
|
|
url_ = "http://localqhdsiyuan"
|
|
|
|
url_ = "http://localqhdsiyuan"
|
|
|
|
|