更换域名

main
yanzai 2 years ago
parent 13f2a45cd4
commit 31fc120e83

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

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

@ -1,5 +1,5 @@
{
"name" : "思信体检小程序",
"name" : "彰武中医院体检小程序",
"appid" : "__UNI__ECA4C02",
"description" : "",
"versionName" : "1.0.0",

@ -2,7 +2,7 @@
"pages": [{
"path": "pages/main/home/home",
"style": {
"navigationBarTitleText": "思信体检",
"navigationBarTitleText": "彰武中医院",
"enablePullDownRefresh": false
}
}, {

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

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

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

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

Loading…
Cancel
Save