钟日健
2022-03-15 de587821962647a80fc8f32ecc4e2c080bb26d00
deploy 修改
2 files modified
4 ■■■■ changed files
deploy/deploy.yml 2 ●●● patch | view | raw | blame | history
vue.config.js 2 ●●● patch | view | raw | blame | history
deploy/deploy.yml
@@ -25,7 +25,7 @@
        - name: aliyun  #提前在项目下配置访问阿里云的账号密码
      containers:
        # - image: $REGISTRY/$ALIYUNHUB_NAMESPACE/zhba-vue:SNAPSHOT-$BUILD_NUMBER
        - image: registry.cn-hangzhou.aliyuncs.com/arsn/zhba-vue:SNAPSHOT-5
        - image: registry.cn-hangzhou.aliyuncs.com/arsn/zhba-vue:SNAPSHOT-6
          imagePullPolicy: Always
          name: app
          ports:
vue.config.js
@@ -29,7 +29,7 @@
    proxy: {
      "/api": {
        // 本地服务接口地址
        target: 'http://localhost:81',
        target: 'http://zhbaw.zhba:81',
        // target: 'http://192.168.0.114:81',//钟日健W
        // target: 'http://localhost:81', //原W
        // target: 'http://192.168.0.108:81',//原W