页面开发

This commit is contained in:
zxy
2024-03-08 17:08:07 +08:00
parent 1f64dae1ce
commit ae1a9f7a4a
2 changed files with 3 additions and 3 deletions

View File

@@ -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="" /> -->

View File

@@ -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': '/'