吉林工行辽源
This commit is contained in:
parent
5e87aa0da1
commit
5c7393377b
|
@ -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,
|
||||||
|
|
|
@ -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 => {
|
||||||
|
|
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue