更换域名

main
yanzai 2 years ago
parent 9ee991c90d
commit 45d169a4bd

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

@ -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,4 +1,4 @@
let url_ = "https://dqpjyy-api.cjy.net.cn"; let url_ = "https://dqpjyy-api.sixinyun.com";
const dev = 0 const dev = 0
if (dev === 1) { if (dev === 1) {
url_ = "http://localhostlanketijian" url_ = "http://localhostlanketijian"

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

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

@ -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://dqpjyy-api.cjy.net.cn"; let url_ = "https://dqpjyy-api.sixinyun.com";
let chat_url = "https://dqpjyy-api.cjy.net.cn" let chat_url = "https://dqpjyy-api.sixinyun.com/"
const dev = 0 const dev = 0
if (dev === 1) { if (dev === 1) {
url_ = "http://daqingpuji" url_ = "http://daqingpuji"

@ -11,7 +11,7 @@ export default {
} }
return { return {
// 自定义分享内容 // 自定义分享内容
title: '仁仁健康', title: '大庆普济',
path: '/pages/main/home/home', // 路径,可传递参数到指定页面 path: '/pages/main/home/home', // 路径,可传递参数到指定页面
}; };
@ -19,7 +19,7 @@ export default {
// 分享到朋友圈 // 分享到朋友圈
onShareTimeline() { onShareTimeline() {
return { return {
title: '仁仁健康', title: '大庆普济',
path: '/pages/main/home/home', path: '/pages/main/home/home',
}; };
}, },

@ -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://dqpjyy-api.cjy.net.cn"; let url_ = "https://dqpjyy-api.sixinyun.com";
const dev = 0 const dev = 0
if (dev === 1) { if (dev === 1) {
url_ = "http://localhostlanketijian" url_ = "http://localhostlanketijian"

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

Loading…
Cancel
Save