更换域名

main
yanzai 2 years ago
parent 53aff3ce15
commit 2437349bf1

@ -21,7 +21,7 @@
// env = 'online'
// env = 'dev'
const api_url = {
main: 'https://ts-qingren.cjy.net.cn'
main: 'https://ts-qingren.sixinyun.com'
}
if (env === 'dev') {
api_url.main = 'http://localhostlanketijian'

@ -16,7 +16,7 @@ class PEISApiController extends Controller
public static function Api($url_code, $code)
{
// $url = 'https://dqgatjzx-wx.sixinyun.com';
$url = 'https://dqgatjzx-wx.cjy.net.cn';
$url = 'https://dqgatjzx-wx.sixinyun.com';
$api['获取答题结果'] = "{$url}/PEISCommon/EvalQuestionAnswer/{$code}";
$api['获取题目列表'] = "{$url}/PEISCommon/GetQuestionList/{$code}";
$api['团检预约取消'] = "{$url}/PEISCommon/CancelUnitAppointment/{$code}";

@ -1,7 +1,7 @@
let url_ = "https://ts-qingren.cjy.net.cn";
let report_url_ = "https://ts-qingren.cjy.net.cn";
let url_ = "https://ts-qingren.sixinyun.com";
let report_url_ = "https://ts-qingren.sixinyun.com";
//let report_url_ = "http://192.168.31.106:5173";
let h5_url_ = "https://ts-qingren.cjy.net.cn";
let h5_url_ = "https://ts-qingren.sixinyun.com";
const dev = 0;
if (dev === 1) {
url_ = "http://localhostlanketijian";

@ -2,8 +2,8 @@ import {
$post
} from '@/lu/axios.js'
import $api from './api.js'
let url_ = "https://ts-qingren.cjy.net.cn";
let chat_url = "https://ts-qingren.cjy.net.cn"
let url_ = "https://ts-qingren.sixinyun.com";
let chat_url = "https://ts-qingren.sixinyun.com"
const dev = 0
if (dev === 1) {
url_ = "http://localhostlanketijian"

@ -1,4 +1,4 @@
let url_ = "https://ts-qingren.cjy.net.cn";
let url_ = "https://ts-qingren.sixinyun.com";
const dev = 0
if (dev === 1) {
url_ = "http://localhostlanketijian"

@ -1,7 +1,7 @@
import {
$post
} from '@/lu/axios.js'
let url_ = "https://ts-qingren.cjy.net.cn";
let url_ = "https://ts-qingren.sixinyun.com";
const dev =0
if (dev === 1) {
url_ = "http://localhostlanketijian"

@ -1,4 +1,4 @@
let url_ = "https://ts-qingren.cjy.net.cn";
let url_ = "https://ts-qingren.sixinyun.com";
const dev =0
if (dev === 1) {
url_ = "http://localhostlanketijian"

@ -1,7 +1,7 @@
import {
$post
} from '@/lu/axios.js'
let url_ = "https://ts-qingren.cjy.net.cn";
let url_ = "https://ts-qingren.sixinyun.com";
const dev = 0
if (dev === 1) {
url_ = "http://localhostlanketijian"

Loading…
Cancel
Save