更换域名

main
yanzai 2 years ago
parent cfb191642b
commit 41578e49cb

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

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

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

@ -2,7 +2,7 @@
"pages": [{ "pages": [{
"path": "pages/main/home/home", "path": "pages/main/home/home",
"style": { "style": {
"navigationBarTitleText": "岚科体检", "navigationBarTitleText": "北京仁仁体检",
"enablePullDownRefresh": false "enablePullDownRefresh": false
} }
}, { }, {

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

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

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

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

Loading…
Cancel
Save