修改服务器接口域名

This commit is contained in:
LHG 2025-04-28 16:25:41 +08:00
parent fde81abf02
commit b2ca8d1992
6 changed files with 11 additions and 15 deletions

View File

@ -50,7 +50,7 @@
"quickapp" : {}, "quickapp" : {},
/* */ /* */
"mp-weixin" : { "mp-weixin" : {
"appid" : "wx399ab8cf933bf77f", "appid" : "wx8e64a91083684628",
"setting" : { "setting" : {
"urlCheck" : false, "urlCheck" : false,
"postcss" : true, "postcss" : true,

View File

@ -10,7 +10,7 @@
"pages": [{ "pages": [{
"path": "pages/login/login", "path": "pages/login/login",
"style": { "style": {
"navigationBarTitleText": "克能单车" "navigationBarTitleText": "景上运维"
} }
}, { }, {
"path": "pages/home/home", "path": "pages/home/home",
@ -48,7 +48,7 @@
}, { }, {
"path": "pages/user/home/home", "path": "pages/user/home/home",
"style": { "style": {
"navigationBarTitleText": "克能出行" "navigationBarTitleText": "景上运维"
} }
} }
], ],
@ -370,7 +370,7 @@
], ],
"globalStyle": { "globalStyle": {
"navigationBarTextStyle": "black", "navigationBarTextStyle": "black",
"navigationBarTitleText": "克能单车", "navigationBarTitleText": "景上运维",
"navigationBarBackgroundColor": "#F8F8F8", "navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8" "backgroundColor": "#F8F8F8"
}, },
@ -385,11 +385,6 @@
"iconPath": "static/tabbar/home.png", "iconPath": "static/tabbar/home.png",
"selectedIconPath": "static/tabbar/home_active.png", "selectedIconPath": "static/tabbar/home_active.png",
"text": "主页" "text": "主页"
}, {
"pagePath": "pages/user/home/home",
"iconPath": "static/tabbar/home.png",
"selectedIconPath": "static/tabbar/home_active.png",
"text": "骑行端主页"
}, { }, {
"pagePath": "pages/mine/mine", "pagePath": "pages/mine/mine",
"iconPath": "static/tabbar/my.png", "iconPath": "static/tabbar/my.png",

View File

@ -1,9 +1,9 @@
const config = { const config = {
//apiUrl: "http://192.168.2.156:10010/", //apiUrl: "http://192.168.2.156:10010/",
apiUrl: "https://attiya.fun/ebike/", apiUrl: "https://www.cdzhuojing.cn/",
cdnPath: "/", cdnPath: "/",
ERR_OK: 200, ERR_OK: 200,
sm2PublicKey: "04f5084ee12767d932f293508e30e3b0100185042ec0f061dedaf92b793b93f79fd6179d5e47e25b7aec98e00cf90dd56df1f8191012537187e7bbfd2d1de299fc", //f8209a2ebe6691e41e1f2b667bfe71f0b511716cc0f7c4452502fc12ec3957e4 sm2PublicKey: "04f5084ee12767d932f293508e30e3b0100185042ec0f061dedaf92b793b93f79fd6179d5e47e25b7aec98e00cf90dd56df1f8191012537187e7bbfd2d1de299fc", //f8209a2ebe6691e41e1f2b667bfe71f0b511716cc0f7c4452502fc12ec3957e4
imgPath:"https://attiya.fun/ebike-file/cdn-bucket/maintenance/" imgPath:"https://www.cdzhuojing.cn/file/cdn-bucket/maintenance/"
} }
export default config; export default config;

View File

@ -12,6 +12,6 @@ const config = {
pageSize: 10, pageSize: 10,
pageSizeOptions: ['10', '5'] pageSizeOptions: ['10', '5']
} }
,imgPath:"https://attiya.fun/ebike-file/cdn-bucket/operate/" ,imgPath:"https://www.cdzhuojing.cn/file/cdn-bucket/operate/"
} }
export default config; export default config;

View File

@ -6,7 +6,8 @@ import Components from 'unplugin-vue-components/vite';
import { AntDesignVueResolver } from 'unplugin-vue-components/resolvers'; import { AntDesignVueResolver } from 'unplugin-vue-components/resolvers';
let targetUrl = 'http://192.168.2.156:10010/' let targetUrl = 'http://192.168.2.156:10010/'
targetUrl = 'https://attiya.fun/ebike/' //targetUrl = 'https://attiya.fun/ebike/'
targetUrl = 'https://www.cdzhuojing.cn/'
// https://vite.dev/config/ // https://vite.dev/config/
export default defineConfig({ export default defineConfig({
plugins: [ plugins: [

View File

@ -1,9 +1,9 @@
const config = { const config = {
//apiUrl: "http://192.168.2.156:10010/", //apiUrl: "http://192.168.2.156:10010/",
apiUrl: "https://attiya.fun/ebike/", apiUrl: "https://www.cdzhuojing.cn/",
cdnPath: "/", cdnPath: "/",
ERR_OK: 200, ERR_OK: 200,
sm2PublicKey: "04f5084ee12767d932f293508e30e3b0100185042ec0f061dedaf92b793b93f79fd6179d5e47e25b7aec98e00cf90dd56df1f8191012537187e7bbfd2d1de299fc", //f8209a2ebe6691e41e1f2b667bfe71f0b511716cc0f7c4452502fc12ec3957e4 sm2PublicKey: "04f5084ee12767d932f293508e30e3b0100185042ec0f061dedaf92b793b93f79fd6179d5e47e25b7aec98e00cf90dd56df1f8191012537187e7bbfd2d1de299fc", //f8209a2ebe6691e41e1f2b667bfe71f0b511716cc0f7c4452502fc12ec3957e4
imgPath:"https://attiya.fun/ebike-file/cdn-bucket/maintenance/" imgPath:"https://www.cdzhuojing.cn/file/cdn-bucket/maintenance/"
} }
export default config; export default config;