Commit 2073e343 by wangshuangqing

切换站点

parent af1910e1
......@@ -2,7 +2,7 @@
* @Author: ninglupeng
* @Date: 2020-11-24 16:18:58
* @LastEditors: wsq
* @LastEditTime: 2022-04-13 10:51:32
* @LastEditTime: 2022-04-19 14:40:04
* @Description:
-->
<template>
......@@ -406,9 +406,11 @@ export default {
this.foodAllergy = this.getLocalStorge('foodAllergy')
this.drugAllergy = this.getLocalStorge('drugAllergy')
this.otherAllergy = this.getLocalStorge('otherAllergy')
if (this.getLocalStorge("previousHistory")) {
this.previousHistory = this.getLocalStorge("previousHistory").split(",");
}
this.previousHistory = this.getLocalStorge("previousHistory").split(",");
},
getLocalStorge(key) {
......
......@@ -2,7 +2,7 @@
* @Author: ninglupeng
* @Date: 2022-03-17 15:06:50
* @LastEditors: wsq
* @LastEditTime: 2022-04-19 14:03:14
* @LastEditTime: 2022-04-19 16:02:36
* @Description:
*/
const path = require('path');
......@@ -62,18 +62,18 @@ module.exports = {
'/api': {
// 移动端
target: 'http://flowtone_fdpd.suvalue.com',//方舱
//target: 'http://flowtone_fdpd.suvalue.com',//方舱
//target: 'http://flowtone_lgfc.suvalue.com',//方舱
//target: 'http://flowtone_rjny.suvalue.com',//方舱
// target: 'http://flowtone_rjny.suvalue.com',//方舱
//target: 'http://flowtone_syzy.sualvue.com',//方舱
//target: 'http://flowtone1.suvalue.com',//方舱
// target: 'http://flowtone3.suvalue.com',//方舱
//target: 'http://flowtone4.suvalue.com',//方舱
//target: 'http://flowtone3.suvalue.com',//方舱
// target: 'http://flowtone4.suvalue.com',//方舱
//target: 'http://flowtone5.suvalue.com',//方舱
//target: 'http://flowtone7.suvalue.com',//方舱
// target: 'http://flowtone7.suvalue.com',//方舱
//target: 'http://flowtone8.suvalue.com',//方舱
//target: 'http://flowtone9.suvalue.com',//方舱
target: 'http://flowtone9.suvalue.com',//方舱
//target: 'http://flowtone10.suvalue.com',//方舱
ws: true, //如果要代理 websockets,配置这个参数
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment