Skip to content

Commit

Permalink
更改上线路径
Browse files Browse the repository at this point in the history
  • Loading branch information
pea3nut committed Mar 21, 2017
1 parent 5aacbd6 commit 2956fa5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build/pxer-utility.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const Path =require('path');
const Fs =require('fs');
const Babel = require('babel-core');

module.exports.pxerURL ='//127.0.0.1/pea3nut/pxer/pxer-app/';
module.exports.pxerURL ='http://pxer-app.pea3nut.org/';
module.exports.rootPath ='../';
module.exports.pxerVersion ='7.0.0';

Expand Down
2 changes: 1 addition & 1 deletion pxer-dev.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
// ==/UserScript==
javascript:void((function() {
// 环境变量
window['PXER_URL'] =/**/"//127.0.0.1/pea3nut/pxer/pxer-app/";//*/'';
window['PXER_URL'] =/**/"http://pxer-app.pea3nut.org/";//*/'';
window['PXER_MODE'] ='dev';

// 引入入口文件
Expand Down
2 changes: 1 addition & 1 deletion pxer-master.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
// ==/UserScript==
javascript:void((function() {
// 环境变量
window['PXER_URL'] =/**/"//127.0.0.1/pea3nut/pxer/pxer-app/";//*/'';
window['PXER_URL'] =/**/"http://pxer-app.pea3nut.org/";//*/'';
window['PXER_MODE'] ='master';

// 引入入口文件
Expand Down

0 comments on commit 2956fa5

Please sign in to comment.