Commit 19aa8862 authored by songrui's avatar songrui

Merge branch 'chronic-master' of…

Merge branch 'chronic-master' of http://gitlab.yiboshi.com/nightkis1995/frontend-h5 into chronic-master
parents c001c644 246f1edd
......@@ -52,7 +52,7 @@ export default {
if (!token) {
token = sessionStorage.getItem('token')
if (process.env.NODE_ENV !== 'production') {
token = 'b8a52d7f-4e50-45b1-b2dd-0671afe724d6'
token = '42339af6-efab-400d-bda6-2f6f61535d1c'
}
}
if (token) {
......
......@@ -82,7 +82,7 @@
<p>暂无数据</p>
</div>
<div class="p-3 floor">
<div class="p-3 floor" v-if='activeTab'>
<van-button round block type="primary" class="card-bt" @click="addBtn">新增通用随访</van-button>
</div>
</div>
......
......@@ -31,7 +31,7 @@ module.exports = defineConfig({
},
'/chronic-admin': {
// target: 'https://beta-tumour.zmnyjk.com',
target: 'http://192.168.1.125:8900',
target: 'http://192.168.1.131:8900',
changOrigin: true,
pathRewrite: {
'^/chronic-admin': '/'
......
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