页面开发
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
<view class="wrapper" style="position: relative;">
|
||||
<view class="top-title">在线提交招工需求</view>
|
||||
<view class="tips">
|
||||
<span>专属就业帮扶人</span>
|
||||
<span>专属就业对接人</span>
|
||||
<span>为您提供一对一撮合服务</span>
|
||||
</view>
|
||||
<!-- <img src="../../static/img/index/bannerBg.png" alt="" /> -->
|
||||
|
||||
@@ -4,9 +4,9 @@ module.exports = {
|
||||
proxy: {
|
||||
'/api': {
|
||||
// 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.3.111:8000', // 本地服务接口地址
|
||||
// target: 'http://192.168.3.111:8000', // 本地服务接口地址
|
||||
ws: true,
|
||||
pathRewrite: {
|
||||
'^/api': '/'
|
||||
|
||||
Reference in New Issue
Block a user