Merge branch 'master' of https://gitee.com/beiwu/jobslink-user-clent
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
<view class="wrapper" style="position: relative;">
|
<view class="wrapper" style="position: relative;">
|
||||||
<view class="top-title">在线提交招工需求</view>
|
<view class="top-title">在线提交招工需求</view>
|
||||||
<view class="tips">
|
<view class="tips">
|
||||||
<span>专属就业帮扶人</span>
|
<span>专属就业对接人</span>
|
||||||
<span>为您提供一对一撮合服务</span>
|
<span>为您提供一对一撮合服务</span>
|
||||||
</view>
|
</view>
|
||||||
<!-- <img src="../../static/img/index/bannerBg.png" alt="" /> -->
|
<!-- <img src="../../static/img/index/bannerBg.png" alt="" /> -->
|
||||||
|
|||||||
@@ -4,9 +4,9 @@ module.exports = {
|
|||||||
proxy: {
|
proxy: {
|
||||||
'/api': {
|
'/api': {
|
||||||
// target: 'http://192.168.3.104:8000', // 本地服务接口地址
|
// target: 'http://192.168.3.104:8000', // 本地服务接口地址
|
||||||
// target: "http://39.98.184.58:8000", // 阿里云后台地址
|
target: "http://39.98.184.58:8000", // 阿里云后台地址
|
||||||
// target: "http://192.168.0.101:8000", // 本地网关
|
// target: "http://192.168.0.101:8000", // 本地网关
|
||||||
target: 'http://192.168.3.111:8000', // 本地服务接口地址
|
// target: 'http://192.168.3.111:8000', // 本地服务接口地址
|
||||||
ws: true,
|
ws: true,
|
||||||
pathRewrite: {
|
pathRewrite: {
|
||||||
'^/api': '/'
|
'^/api': '/'
|
||||||
|
|||||||
Reference in New Issue
Block a user