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