吉林工行辽源

This commit is contained in:
xiaogang 2024-10-18 18:03:44 +08:00
parent 5e87aa0da1
commit 5c7393377b
3 changed files with 3 additions and 3 deletions

View File

@ -30,7 +30,7 @@ Vue.prototype.$http = Axios
Vue.prototype.$qs = qs; Vue.prototype.$qs = qs;
Vue.prototype.util = util Vue.prototype.util = util
// http://211.137.105.198:8020/ // http://211.137.105.198:8020/
Vue.prototype.HOST = process.env.NODE_ENV === "production" ? "http://wjgs.qyff.86698.cn/" : "/api/" Vue.prototype.HOST = process.env.NODE_ENV === "production" ? "http://jlghly.qyff.86698.cn/" : "/api/"
new Vue({ new Vue({
router, router,
store, store,

View File

@ -402,7 +402,7 @@ export default {
headers: { headers: {
// 'Content-Type': 'multipart/form-data', // 'Content-Type': 'multipart/form-data',
'Content-Type': 'application/json', 'Content-Type': 'application/json',
'token': sessionStorage.getItem("token") 'token': localStorage.getItem("token")
} }
}).then( }).then(
response => { response => {

View File

@ -45,7 +45,7 @@
style="cursor: pointer" style="cursor: pointer"
@click="open" @click="open"
></i> ></i>
<div class="bold f22 ml20">温江工商银行权益管理中心</div> <div class="bold f22 ml20">银行权益管理中心</div>
</div> </div>
<!-- 退出 --> <!-- 退出 -->
<el-dropdown> <el-dropdown>