xiaoyu 2 년 전
부모
커밋
7f8953a6e3
2개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 2 2
      src/api/index.js
  2. 1 1
      vue.config.js

+ 2 - 2
src/api/index.js

@@ -107,8 +107,8 @@ let requestLoading = (url, method, params) => {
 // const Prefix = 'http://dd.guozipay.com/mchsrv/index.php?';
 
 // const Prefix = 'http://192.168.1.218/mchsrv/index.php?';
-// const Prefix = 'https://admin.xyzshops.cn/mchsrv/index.php?';
-const Prefix = 'https://test.xyzshops.cn/mchsrv/index.php?';
+const Prefix = 'https://admin.xyzshops.cn/mchsrv/index.php?';
+// const Prefix = 'https://test.xyzshops.cn/mchsrv/index.php?';
 
 // 椰子临时线上地址
 // const Prefix = 'http://121.89.196.45/mobile/index.php?';

+ 1 - 1
vue.config.js

@@ -27,7 +27,7 @@ module.exports = {
             // 在 dist/index.html 的输出
             filename: 'index.html',
             // 当使用 title 选项时,template 中的 title 标签需要是 <title><%= htmlWebpackPlugin.options.title %></title>
-            title: '椰充值后台管理系统程序',
+            title: '椰充值后台管理系统程序',
         },
     },
     devServer: {